Submission #1099353

#TimeUsernameProblemLanguageResultExecution timeMemory
1099353andreiqwerCluedo (IOI10_cluedo)C++17
50 / 100
121 ms344 KiB
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "grader.h" #include "cluedo.h" void Solve() { for(int i=1; i<=6; i++) { for(int j=1; j<=10; j++) { for(int k=1; k<=6; k++) { if(Theory(i, j, k)==0) return; } } } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...