Submission #342505

# Submission time Handle Problem Language Result Execution time Memory
342505 2021-01-02T09:37:18 Z Iwanttobreakfree Cluedo (IOI10_cluedo) C++
0 / 100
1000 ms 6668 KB
#include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
#include "grader.h"
#include "cluedo.h"
using namespace std;
void Solve(){
   int r;
   r = Theory(1,2,3);
   if (r == 0) return;
   else{
   	Solve();
   }
   r = Theory(3,2,1);
   if (r == 0) return;
   else{
   	Solve();
   }
   r = Theory(4,4,4);
   if (r == 0) return;
   else{
   	Solve();
   }
}
# Verdict Execution time Memory Grader output
1 Execution timed out 2882 ms 6344 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Execution timed out 2988 ms 6668 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -