Submission #754471

#TimeUsernameProblemLanguageResultExecution timeMemory
754471LeticiaFCSCluedo (IOI10_cluedo)C++17
50 / 100
190 ms276 KiB
#include "grader.h"
#include "cluedo.h"

void Solve(){
   for(int m = 1; m<=6; m++)
      for(int l = 1; l <=10; l++)
         for(int w = 1; w<= 6; w++){
            if(Theory(m, l, w) == 0)
               return;
         }
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...