제출 #1012334

#제출 시각아이디문제언어결과실행 시간메모리
1012334huutuanCluedo (IOI10_cluedo)C++14
100 / 100
7 ms596 KiB
#include "grader.h"
#include "cluedo.h"

void Solve(){
   int x=1, y=1, z=1, t=0;
   while ((t=Theory(x, y, z))){
      if (t==1) ++x;
      if (t==2) ++y;
      if (t==3) ++z;
   }
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...