이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include <bits/stdc++.h>
#include "interactive.h"
using namespace std;
map<int, int> b;
set<int> s[8];
vector<int> guess(int n){
vector<int> ans(n), a[8], x;
ans[n-1] = ask(n);
for(int i=1; i<n; ++i) a[0].push_back(i);
for(int i=0; i<7; ++i)
for(int j=0; j<n-1; ++j)
if(!(j & (1<<i))) a[7-i].push_back(j+1);
for(int i=1; i<8; ++i){
x = get_pairwise_xor(a[i]);
a[i].push_back(n);
a[i] = get_pairwise_xor(a[i]);
for(int j : x) a[i].erase(lower_bound(a[i].begin(), a[i].end(), j));
for(int &j : a[i]) if(j^=ans[n-1]) b[j] |= 1<<(7-i);
}
for(int i=1; i<8; ++i) for(int j : a[i]) ans[127^b[j]] = j;
return ans;
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |