Submission #342070

# Submission time Handle Problem Language Result Execution time Memory
342070 2021-01-01T09:50:12 Z Iwanttobreakfree Cluedo (IOI10_cluedo) C++
0 / 100
1 ms 384 KB
#include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
#include "grader.h"
#include "cluedo.h"
using namespace std;
void Solve(){
   int r,M,L,W;
   while (r!=0){
   cin>>M>>L>>W;
   r = Theory(1,2,3);
   if (r == 0) return;
}  while (r!=0){
   cin>>M>>L>>W;
   r = Theory(3,2,1);
   if (r == 0) return;
}  while (r!=0){
   cin>>M>>L>>W;
   r = Theory(4,4,4);
   if (r == 0) return;
}
}
# Verdict Execution time Memory Grader output
1 Execution timed out 1 ms 364 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Execution timed out 1 ms 384 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -