Submission #717608

#TimeUsernameProblemLanguageResultExecution timeMemory
717608nikosCluedo (IOI10_cluedo)C++17
0 / 100
219 ms208 KiB
#include "grader.h" #include "cluedo.h" void Solve(){ int r; r = Theory(1,2,3); if (r == 0) return; for(int i = 1; i < 7; i++){ for(int j = 1; j < 11; j++){ for(int l = 1; l < 7; l++){ r = Theory(i,j,l); if (r == 0) return; } } } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...