# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1011276 | erering | Cluedo (IOI10_cluedo) | C++17 | 3 ms | 344 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 <bits/stdc++.h>
#include "cluedo.h"
#include "grader.h"
using namespace std;
void Solve(){
int r;
int l1=1,l2=1,l3=1;
for(int i=0;i<19;i++){
int x=Theory(l1,l2,l3);
if(x==0)return;
if(x==1)l1++;
if(x==2)l2++;
if(x==3)l3++;
}
return;
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |