# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
208277 | DodgeBallMan | Cluedo (IOI10_cluedo) | C++14 | 17 ms | 504 KiB |
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 a[3] = {1, 1, 1};
while( 1 ) {
int t = Theory( a[0], a[1], a[2] );
if ( t == 0 ) return;
else a[t - 1]++;
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |