# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
986653 | lyu | Cluedo (IOI10_cluedo) | C++17 | 6 ms | 356 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(){
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 time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |