# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
841341 | 2023-09-01T14:11:59 Z | Elvin_Fritl | Xoractive (IZhO19_xoractive) | C++17 | 1 ms | 208 KB |
#include <bits/stdc++.h> using namespace std; #include "interactive.h" vector<int> guess(int n){ vector<int>v; for(int i=1;i<=n;i++){ v.push_back(ask(i)); } return v; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 208 KB | Output is correct |
2 | Correct | 1 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 | 0 ms | 208 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |