# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
308674 | zoooma13 | Cluedo (IOI10_cluedo) | C++14 | 13 ms | 256 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 i=1 ,j=1 ,k=1 ,q;
while(q = Theory(i ,j ,k)){
if(q == 1) i++;
if(q == 2) j++;
if(q == 3) k++;
}
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |