제출 #519081

#제출 시각아이디문제언어결과실행 시간메모리
519081LucaIlieCluedo (IOI10_cluedo)C++17
50 / 100
379 ms216 KiB
#include <iostream> #include "grader.h" #include "cluedo.h" using namespace std; void Solve() { int m, l, w; for ( m = 1; m <= 6; m++ ) { for ( l = 1; l <= 10; l++ ) { for ( w = 1; w <= 6; w++ ) Theory( m, l, w ); } } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...