# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
288231 | Kastanda | Cluedo (IOI10_cluedo) | C++11 | 14 ms | 288 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 P[3] = {1, 1, 1};
int w = Theory(P[0], P[1], P[2]);
while (w)
P[w - 1] ++, w = Theory(P[0], P[1], P[2]);
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |