Submission #758610

#TimeUsernameProblemLanguageResultExecution timeMemory
758610SanguineChameleonCluedo (IOI10_cluedo)C++17
50 / 100
195 ms208 KiB
#include "grader.h" #include "cluedo.h" 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...