Submission #986653

#TimeUsernameProblemLanguageResultExecution timeMemory
986653lyuCluedo (IOI10_cluedo)C++17
100 / 100
6 ms356 KiB
#include "grader.h" #include "cluedo.h" void Solve(){ unsigned th[3] = {1, 1, 1}, i = 4; while(i != 0) { i = Theory(th[0], th[1], th[2]); if(i != 0) th[i-1]++; } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...