# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1096726 | 2024-10-05T04:12:15 Z | stdfloat | Xoractive (IZhO19_xoractive) | C++17 | 1 ms | 344 KB |
#include <bits/stdc++.h> #include "interactive.h" // #include "grader.cpp" using namespace std; vector<int> guess(int n) { vector<int> ans; for (int i = 1; i <= n; i++) ans.push_back(ask(i)); return ans; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 344 KB | Output is correct |
2 | Correct | 0 ms | 344 KB | Output is correct |
3 | Correct | 0 ms | 344 KB | Output is correct |
4 | Correct | 1 ms | 344 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |