제출 #976466

#제출 시각아이디문제언어결과실행 시간메모리
976466LaviniaTornaghiCluedo (IOI10_cluedo)C++14
50 / 100
217 ms344 KiB
#include "grader.h" #include "cluedo.h" #include <bits/stdc++.h> using namespace std; void Solve(){ for(int i=1;i<=6;i++) for(int j=1;j<=10;j++) for(int k=1;k<=6;k++){ Theory(i,j,k); } return; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...