# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
308019 | Temmie | Cluedo (IOI10_cluedo) | C++17 | 15 ms | 384 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"
#include <bits/stdc++.h>
void Solve() {
int a = 1, b = 1, c = 1, x;
while (x = Theory(a, b, c), x) {
a += x == 1;
b += x == 2;
c += x == 3;
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |