Submission #717613

#TimeUsernameProblemLanguageResultExecution timeMemory
717613nikosCluedo (IOI10_cluedo)C++17
50 / 100
184 ms228 KiB
#include "grader.h"
#include "cluedo.h"

void Solve(){
   int r;
    for(int i = 1; i < 7; i++){
        for(int j = 1; j < 11; j++){
            for(int l = 1; l < 7; l++){
                r = Theory(i,j,l);
                if (r == 0) return;
            }
        }
    }
}

#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...