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 m = 1,w = 1,h = 1;
int erg = -1;
while(erg != 0){
erg = Theory(m,w,h);
if(erg == 1) m++;
if(erg == 2) w++;
if(erg == 3) h++;
}
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |