Submission #1048149

#TimeUsernameProblemLanguageResultExecution timeMemory
1048149mochifrCluedo (IOI10_cluedo)C++17
0 / 100
1 ms344 KiB
#include "grader.h"
#include "cluedo.h"

#include <bits/stdc++.h>

void Solve(){
   int r;
   r = Theory(1,2,3);
   if (r == 0) return;
   r = Theory(3,2,1);
   if (r == 0) return;
   r = Theory(4,4,4);
   if (r == 0) return;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...