| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1132175 | AMel0n | Cluedo (IOI10_cluedo) | C++20 | 9 ms | 392 KiB |
#include "grader.h"
#include "cluedo.h"
void Solve(){
int m = 6;
int l = 10;
int w = 6;
while(Theory(m,l,w)) {
if (Theory(m,l,w) == 1) m--;
else if(Theory(m,l,w) == 2) l--;
else if (Theory(m,l,w) == 3) w--;
}
return;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
