Submission #796299

#TimeUsernameProblemLanguageResultExecution timeMemory
796299TimDeeCluedo (IOI10_cluedo)C++17
100 / 100
10 ms256 KiB
#include "grader.h" #include "cluedo.h" #include <bits/stdc++.h> using namespace std; #define forn(i,n) #define pb push_back void Solve() { vector<int> p(3,1); while (1) { int x=Theory(p[0],p[1],p[2])-1; if (x==-1) return; p[x]++; } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...