# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
754471 | LeticiaFCS | Cluedo (IOI10_cluedo) | C++17 | 190 ms | 276 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "grader.h"
#include "cluedo.h"
void Solve(){
for(int m = 1; m<=6; m++)
for(int l = 1; l <=10; l++)
for(int w = 1; w<= 6; w++){
if(Theory(m, l, w) == 0)
return;
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |