# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
957231 | 2024-04-03T08:53:35 Z | shmax | Xoractive (IZhO19_xoractive) | C++17 | 0 ms | 344 KB |
#include "interactive.h" #include <vector> #include <algorithm> using namespace std; vector<int> guess(int n) { vector<int> ans; for (int i = 1; i <= n; i++) { ans.push_back(ask(i)); } sort(ans.begin(), ans.end()); return ans; }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | Output is not correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | Output is not correct |
2 | Halted | 0 ms | 0 KB | - |