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 "grader.h"
#include "cluedo.h"
using namespace std;
int t;
void Solve() {
int a=1;
int b=1;
int c=1;
while(true){
int tmp=Theory(a,b,c);
if(tmp==0){
break;
}
else if(tmp==1){
a++;
}
else if(tmp==2){
b++;
}
else{
c++;
}
}
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |