| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1353605 | Chinguun | Cluedo (IOI10_cluedo) | C++20 | 31 ms | 396 KiB |
#include "grader.h"
#include "cluedo.h"
void Solve(){
int r;
bool f1 = 0, f2 = 0, f3 = 0;
for (int m = 1; m <= 6; m++) {
for (int l = 1; l <= 10; l++) {
for (int w = 1; w <= 6; w++) {
r = Theory(m, l, w);
if (!r) {
return;
}
}
}
}
}| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
