# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
367329 | Limay123 | Cluedo (IOI10_cluedo) | C++14 | 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;
void Solve(){
int as = 1, l = 1, a = 1;
int pista = Theory(as,l,a);
if(n == 0){
return;
}
else{
if(n == 1){
as++;
}
else if(n == 2){
l++;
}
else if(n == 3){
a++;
}
}
}