Submission #1207414

#TimeUsernameProblemLanguageResultExecution timeMemory
1207414That_SalamanderCluedo (IOI10_cluedo)C++20
100 / 100
3 ms392 KiB
#include "grader.h" #include "cluedo.h" #include <set> using namespace std; void Solve(){ int a[3] = {1,1,1}; while (true) { int x = Theory(a[0], a[1], a[2]); if (x) a[x-1]++; else return; } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...