제출 #377137

#제출 시각아이디문제언어결과실행 시간메모리
377137kevinxiehkCluedo (IOI10_cluedo)C++17
100 / 100
17 ms256 KiB
#include "grader.h" #include "cluedo.h" void Solve() { // TODO: implementation int a[5]; a[1]=1,a[2]=1,a[3]=1; int t=Theory(a[1],a[2],a[3]); while(t!=0){ a[t]++; t=Theory(a[1],a[2],a[3]); } return; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...