# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
548516 | krit3379 | Cluedo (IOI10_cluedo) | C++17 | 0 ms | 0 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>
using namespace std;
#include"cluedo.h"
#define N 100005
void Solve(){
int a[3]={1,1,1},x;
while(x=Theory(a[0],a[1],a[2]))a[x-1]++;
return ;
}