Submission #1069953

#TimeUsernameProblemLanguageResultExecution timeMemory
1069953vjudge1Cluedo (IOI10_cluedo)C++17
100 / 100
8 ms344 KiB
#include "grader.h" #include "cluedo.h" void Solve(){ int n[3] = {1, 1, 1}; while (int t = Theory(n[0], n[1], n[2])) n[t-1]++; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...