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 "grader.h"
#include "cluedo.h"
#include <iostream>
using namespace std;
void Solve(){
int arr[4],x;
arr[1]=1;
arr[2]=1;
arr[3]=1;
x=Theory(arr[1],arr[2],arr[3]);
while(x!=0){
arr[x]++;
x=Theory(arr[1],arr[2],arr[3]);
}
return;
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |