# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1127435 | heeheeheehaaw | Xoractive (IZhO19_xoractive) | C++20 | 0 ms | 408 KiB |
#include <bits/stdc++.h>
#include "interactive.h"
using namespace std;
vector<int> guess(int n) {
if(n <= 15)
{
vector <int> ans;
for (int i = 1; i <= n; i++)
{
ans.push_back(ask(i));
}
return ans;
}
}
컴파일 시 표준 에러 (stderr) 메시지
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |