# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
758610 | SanguineChameleon | Cluedo (IOI10_cluedo) | C++17 | 195 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.
#include "grader.h"
#include "cluedo.h"
void Solve() {
for (int x = 1; x <= 6; x++) {
for (int y = 1; y <= 10; y++) {
for (int z = 1; z <= 6; z++) {
if (Theory(x, y, z) == 0) {
return;
}
}
}
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |