# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
491838 | Alexandruabcde | Cluedo (IOI10_cluedo) | C++14 | 12 ms | 260 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 "grader.h"
#include "cluedo.h"
#include <bits/stdc++.h>
using namespace std;
void Solve() {
int ind[4], val = 0;
ind[1] = ind[2] = ind[3] = 1;
while ((val = Theory(ind[1], ind[2], ind[3])) != 0)
ind[val]++;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |