| # | Time | Username | Problem | Language | Result | Execution time | Memory | 
|---|---|---|---|---|---|---|---|
| 1223870 | rhm_gan | Cluedo (IOI10_cluedo) | C++20 | 45 ms | 392 KiB | 
#include "grader.h"
#include "cluedo.h"
using namespace std;
void Solve() {
    for (int a = 1; a <= 6; a++) {
        for (int b = 1; b <= 10; b++) {
            for (int c = 1; c <= 6; c++) {
                if (Theory(a, b, c) == 0) return;
            }
        }
    }
    return;
}
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
