# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
369492 | NachoLibre | Cluedo (IOI10_cluedo) | C++17 | 14 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 x,y,z,a;
x =y=z=1;
while(a=Theory(x, y, z)){
++(a==1?x:a==2?y:z);
}
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |