# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
440662 | FEDIKUS | Cluedo (IOI10_cluedo) | C++17 | 11 ms | 200 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "grader.h"
#include "cluedo.h"
void Solve(){
int m,l,w;
m=l=w=1;
int sta=-1;
while((sta=Theory(m,l,w))!=0){
if(sta==1) m++;
else if(sta==2) l++;
else if(sta==3) w++;
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |