Submission #837785

#TimeUsernameProblemLanguageResultExecution timeMemory
837785thimote75Cluedo (IOI10_cluedo)C++14
100 / 100
12 ms336 KiB
#include "grader.h"
#include "cluedo.h"

void Solve(){
   int a = 1; int b = 1; int c = 1;

   int T;
   while ((T = Theory(a, b, c)) != 0) {
      if (T == 1) a ++;
      if (T == 2) b ++;
      if (T == 3) c ++;
   }
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...