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(){
for (int x = 1; x <= 6; x++)
for (int y = 1; y <= 10; y++)
for (int z = 1; z <= 6; z++)
if (Theory(x, y, z) == 0)
return;
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |