| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1328544 | blackscreen1 | Cluedo (IOI10_cluedo) | C++20 | 3 ms | 396 KiB |
#include "grader.h"
#include "cluedo.h"
void Solve(){
int a[3] = {1, 1, 1}, d;
while ((d = Theory(a[0], a[1], a[2]))) a[d-1]++;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
