# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
467863 | 2021-08-25T04:42:37 Z | iskhakkutbilim | Xoractive (IZhO19_xoractive) | C++14 | 1 ms | 200 KB |
#include "interactive.h" #include <bits/stdc++.h> using namespace std; vector<int> guess(int n){ vector<int> ans(n); for(int i = 0;i < n; i++){ ans[i] = ask(i + 1); } return ans; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 200 KB | Output is correct |
2 | Correct | 0 ms | 200 KB | Output is correct |
3 | Correct | 1 ms | 200 KB | Output is correct |
4 | Correct | 0 ms | 200 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 200 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |