| # | Time | Username | Problem | Language | Result | Execution time | Memory | 
|---|---|---|---|---|---|---|---|
| 344522 | koketsu | Xoractive (IZhO19_xoractive) | C++14 | 1 ms | 256 KiB | 
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <interactive.h>
using namespace std;
vector <int> guess(int N){
    vector <int> Ans;
    for(int i = 1; i <= N; i++){
        Ans.push_back(ask(i));
    }
    return Ans;
}
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
