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