Submission #829909

# Submission time Handle Problem Language Result Execution time Memory
829909 2023-08-18T15:46:06 Z OAleksa Cluedo (IOI10_cluedo) C++14
0 / 100
0 ms 208 KB
#include <bits/stdc++.h>
#include "grader.h"
#include "cluedo.h"
#define f first
#define s second
using namespace std; 
#define int long long

void Solve(){
   int r;
   int a = 1, b = 1, c = 1;
   r = Theory(a, b, c);
   while(r != 0) {
   	if(r == 1)	
   		a++;
   	else if(r == 2)
   		b++;
   	else
   		c++;
   }
}


// signed main()
// {
	// ios_base::sync_with_stdio(false);
	// cin.tie(0);
	// cout.tie(0);
	// int tt = 1;
	// //cin >> tt;
	// while(tt--) {
		// Solve();
	// }
   // return 0;
// }
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 208 KB Incorrect
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 208 KB Incorrect
2 Halted 0 ms 0 KB -