Submission #307748

#TimeUsernameProblemLanguageResultExecution timeMemory
307748sofapudenCluedo (IOI10_cluedo)C++14
100 / 100
15 ms256 KiB
#include "grader.h"
#include "cluedo.h"
#include <bits/stdc++.h>

using namespace std;

void Solve(){
   int ask[3];
   ask[0] = 1;
   ask[1] = 1;
   ask[2] = 1;
   int x = 1;
   while(x){
	   x = Theory(ask[0],ask[1],ask[2]);
	   if(x)ask[x-1]++;
   }
   return;	   
}

#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...