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;
void Solve(){
int theory[3] = {1, 1, 1}; // current theory
int i = Theory(theory[0], theory[1], theory[2]);
while(i){
theory[i]++; //changing our theory according to report given
i = Theory(theory[0], theory[1], theory[2]);
}
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |