Submission #1012334

#TimeUsernameProblemLanguageResultExecution timeMemory
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...