Submission #1220737

#TimeUsernameProblemLanguageResultExecution timeMemory
1220737hmms127Cluedo (IOI10_cluedo)C++20
100 / 100
3 ms408 KiB
#include"bits/stdc++.h"
#include"cluedo.h"
#include"grader.h"
using namespace std;
void Solve(){
      int comb[4]={0,1,1,1};
      while(true){
          int ans=Theory(comb[1],comb[2],comb[3]);
          if(comb[ans]==0)break;
          comb[ans]++;
      }
      return;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...