Submission #342077

#TimeUsernameProblemLanguageResultExecution timeMemory
342077IwanttobreakfreeCluedo (IOI10_cluedo)C++98
0 / 100
2950 ms364 KiB
#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);
   while (r!=0){

   r = Theory(1,2,3);
}  return;

   r = Theory(3,2,1);
   while (r!=0){

   r = Theory(3,2,1);
}  return;

   r = Theory(4,4,4);
   while (r!=0){

   r = Theory(4,4,4);
}  return;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...