# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
780988 | 2023-07-12T15:25:01 Z | vjudge1 | Xoractive (IZhO19_xoractive) | C++17 | 1 ms | 292 KB |
#include <iostream> #include <vector> #include "interactive.h" using namespace std; vector <int> guess(int n) { vector <int> v(n); for (int i = 1; i <= n; i++) v[i - 1] = ask(i); return v; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1 ms | 292 KB | Output is correct |
2 | Correct | 0 ms | 208 KB | Output is correct |
3 | Correct | 1 ms | 208 KB | Output is correct |
4 | Correct | 0 ms | 208 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 208 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |