Submission #307747

#TimeUsernameProblemLanguageResultExecution timeMemory
307747sofapudenCluedo (IOI10_cluedo)C++14
0 / 100
1 ms384 KiB
#include "grader.h"
#include "cluedo.h"
#include <bits/stdc++.h>

using namespace std;

void Solve(){
   int ask[3];
   fill(ask,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...