제출 #992888

#제출 시각아이디문제언어결과실행 시간메모리
992888vjudge1동굴 (IOI13_cave)C++17
12 / 100
15 ms532 KiB
#include <bits/stdc++.h> #include "cave.h" using namespace std; #define ask(x) tryCombination(x) void exploreCave(int n) { int lvr[n] = {}, pos[n]; iota(pos, pos + n, 0); for(int i = 0; i < n; i++){ lvr[i] = (ask(lvr) == i); } answer(lvr, pos); }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...