Submission #706253

#TimeUsernameProblemLanguageResultExecution timeMemory
706253SamNguyenCluedo (IOI10_cluedo)C++14
50 / 100
177 ms292 KiB
#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 timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...