Submission #328687

# Submission time Handle Problem Language Result Execution time Memory
328687 2020-11-17T17:06:01 Z achibasadzishvili Last supper (IOI12_supper) C++14
0 / 100
2500 ms 15048 KB
#include "advisor.h"
#include<bits/stdc++.h>
#define ll int
#define f first
#define s second
#define pb push_back
#define mp make_pair
using namespace std;
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace __gnu_pbds;
#define ordered_set tree<int, null_type,less<int>, rb_tree_tag,tree_order_statistics_node_update>
int L;
void write(ll x){
    cerr << "Writing: " << x << '\n';
    for(int i=0; i<L; i++){
        cerr << (x & 1) << '\n';
        WriteAdvice(x & 1);
        x /= 2;
    }
}
int AC[200005];
void ComputeAdvice(int *c, int n, int k, int m){
    ordered_set ord;
    set<pair<ll,ll> >st;
    set<pair<ll,ll> >::iterator it;
    set<ll>fr[n + 2];
    for(int i=1; i<=20; i++)
        if((1 << i) > k){
            L = i;
            break;
        }
    cerr << "L: " <<L << '\n';
    for(int i=0; i<n; i++){
        fr[c[i]].insert(i);
    }
    for(int i=0; i<k; i++){
        AC[i] = 1;
        ord.insert(i);
        if(fr[i].size() == 0)
            st.insert(mp(n + 2 , i));
        else
            st.insert(mp((*fr[i].begin()) , i));
    }
    for(int i=0; i<n; i++){
        ll x = c[i];
        if(AC[x] == 1){
            st.erase(mp((*fr[x].begin()) , x));
            fr[x].erase(fr[x].begin());
            if(fr[x].size() == 0)
                st.insert(mp(n + 2 , x));
            else
                st.insert(mp((*fr[x].begin()) , x));
            continue;
        }
        else {
            fr[x].erase(i);
            it = st.end();
            it--;
            int num = (*it).s;
            AC[num] = 0;
            AC[x] = 1;
            int ind = ord.order_of_key(num);
            write(ind);
            ord.insert(x);
            ord.erase(num);
            st.erase(it);
            if(fr[x].size() == 0)
                st.insert(mp(n + 2 , x));
            else
                st.insert(mp((*fr[x].begin()) , x));
        }
    }
}
#include<bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace __gnu_pbds;
#define ordered_set tree<int, null_type,less<int>, rb_tree_tag,tree_order_statistics_node_update>
#define ll int
#define f first
#define s second
#define pb push_back
#include "assistant.h"
using namespace std;
int l = 0,ind = 0,ac[200005];
unsigned char *s;
int rea(){
    ll k = 1,num = 0;
    for(int i=ind; i<ind+l; i++){
        if(s[ind] == 1)num += k;
        k *= 2;
    }
    ind += l;
    return num;
}
void Assist(unsigned char *A, int n, int k, int R){
    s = A;
    cerr << "AAA" << A[0] << '\n';
    ordered_set ord;
    for(int i=1; i<=20; i++)
        if((1 << i) > k){
            l = i;
            break;
        }
    for(int i=0; i<k; i++){
        ord.insert(i);
        ac[i] = 1;
    }
    for(int i=0; i<n; i++){
        ll x = GetRequest();
        if(ac[x] == 1)continue;
        else {
            ll k = 1,num = 0;
            for(int i=ind; i<ind+l; i++){
                if(A[ind] == 1)num += k;
                k *= 2;
            }
            ind += l;
            ll p = (*ord.find_by_order(num));
            cerr << "OE: " << p << '\n';
            PutBack(p);
            cerr << "Back: " << p << " " << x << '\n';
            ac[p] = 0;
            ac[x] = 1;
            ord.erase(p);
            ord.insert(x);
        }
    }
}
# Verdict Execution time Memory Grader output
1 Incorrect 2 ms 964 KB Error - Putting back a color that is not on the scaffold
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 324 ms 2716 KB Error - Putting back a color that is not on the scaffold
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Execution timed out 2564 ms 12524 KB Time limit exceeded
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 54 ms 1640 KB Error - advice is too long
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Execution timed out 2573 ms 14680 KB Time limit exceeded
2 Execution timed out 2554 ms 14880 KB Time limit exceeded
3 Execution timed out 2589 ms 14876 KB Time limit exceeded
4 Execution timed out 2579 ms 15044 KB Time limit exceeded
5 Execution timed out 2597 ms 14824 KB Time limit exceeded
6 Execution timed out 2598 ms 14900 KB Time limit exceeded
7 Execution timed out 2598 ms 14828 KB Time limit exceeded
8 Execution timed out 2572 ms 14828 KB Time limit exceeded
9 Execution timed out 2540 ms 15048 KB Time limit exceeded
10 Execution timed out 2600 ms 14956 KB Time limit exceeded