# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
772159 | Dan4Life | Cluedo (IOI10_cluedo) | C11 | 2898 ms | 208 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.
void Solve() {
int A = 1, B = 1, C = 1;
while (Theory(A, B, C) && (A = A % 6 + 1) && (B = B % 10 + 1) && (C = C % 6 + 1));
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |