Submission #383828

#TimeUsernameProblemLanguageResultExecution timeMemory
383828MODDICluedo (IOI10_cluedo)C++14
50 / 100
209 ms256 KiB
#include "grader.h" #include "cluedo.h" void Solve(){ for(int i = 1; i <= 6; i++){ for(int j = 1; j <= 10; j++){ for(int k = 1; k <= 6; k++){ int call = Theory(i, j, k); if(call == 0) return ; } } } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...