# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1096725 | 2024-10-05T04:11:49 Z | stdfloat | Xoractive (IZhO19_xoractive) | C++17 | 0 ms | 0 KB |
#include <bits/stdc++.h> #include "incteractive.h" // #include "grader.cpp" 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; }