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 "cluedo.h"
#include "grader.h"
#define ll long long
using namespace std ;
void Solve() {
ll M=1,L=1,W=1 ;
ll x ;
while (true) {
x=Theory(M,L,W) ;
if (x==1) {
M++ ;
}else if (x==2) {
L++ ;
}else if (x==3) {
W++ ;
}else if (x==0) {
return ;
}
}
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |