제출 #706253

#제출 시각아이디문제언어결과실행 시간메모리
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...