| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 837785 | thimote75 | Cluedo (IOI10_cluedo) | C++14 | 12 ms | 336 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(){
int a = 1; int b = 1; int c = 1;
int T;
while ((T = Theory(a, b, c)) != 0) {
if (T == 1) a ++;
if (T == 2) b ++;
if (T == 3) c ++;
}
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
