Submission #1220686

#TimeUsernameProblemLanguageResultExecution timeMemory
1220686FaresSTHCluedo (IOI10_cluedo)C++20
100 / 100
3 ms408 KiB
#include"bits/stdc++.h" #include"cluedo.h" #include"grader.h" using namespace std; using ll=long long; #define S second #define F first void Solve(){ int c[3]={1,1,1}; while(1){ int v=Theory(c[0],c[1],c[2]); if(v==0)return; c[v-1]++; } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...