Submission #491838

#TimeUsernameProblemLanguageResultExecution timeMemory
491838AlexandruabcdeCluedo (IOI10_cluedo)C++14
100 / 100
12 ms260 KiB
#include "grader.h" #include "cluedo.h" #include <bits/stdc++.h> using namespace std; void Solve() { int ind[4], val = 0; ind[1] = ind[2] = ind[3] = 1; while ((val = Theory(ind[1], ind[2], ind[3])) != 0) ind[val]++; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...