Submission #1216549

#TimeUsernameProblemLanguageResultExecution timeMemory
1216549arielcruz2Cluedo (IOI10_cluedo)C++20
100 / 100
3 ms392 KiB
#include "grader.h"
#include "cluedo.h"

void Solve(){
   int zd=1e9+77;
   int M=1,L=1,W=1;
   while(zd){
      int fallo=Theory(M,L,W);
      if(fallo==1){
         M++;
      }else if(fallo==2){
         L++;
      }else if(fallo==3){
         W++;
      }else{
         return;
      }
   }
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...