# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
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; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | Output is not correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | Output is not correct |
2 | Halted | 0 ms | 0 KB | - |