Submission #307747

# Submission time Handle Problem Language Result Execution time Memory
307747 2020-09-29T09:19:02 Z sofapuden Cluedo (IOI10_cluedo) C++14
0 / 100
1 ms 384 KB
#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 time Memory Grader output
1 Failed 1 ms 256 KB wrong parameter
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Failed 1 ms 384 KB wrong parameter
2 Halted 0 ms 0 KB -