Submission #288231

#TimeUsernameProblemLanguageResultExecution timeMemory
288231KastandaCluedo (IOI10_cluedo)C++11
100 / 100
14 ms288 KiB
#include<bits/stdc++.h> #include "grader.h" #include "cluedo.h" using namespace std; void Solve() { int P[3] = {1, 1, 1}; int w = Theory(P[0], P[1], P[2]); while (w) P[w - 1] ++, w = Theory(P[0], P[1], P[2]); }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...