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;
inline namespace ns
{
} // namespace ns
void Solve()
{
array<int, 3> a = {0, 0, 0};
while (1)
{
int r = Theory(a[0] + 1, a[1] + 1, a[2] + 1) - 1;
if (r == -1)
break;
a[r]++;
}
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |