Submission #1132174

#TimeUsernameProblemLanguageResultExecution timeMemory
1132174AMel0nCluedo (IOI10_cluedo)C++20
50 / 100
44 ms392 KiB
#include "grader.h"
#include "cluedo.h"

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