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