Submission #1099805

# Submission time Handle Problem Language Result Execution time Memory
1099805 2024-10-12T05:21:22 Z model_code Message (IOI24_message) C++17
0 / 100
1 ms 332 KB
// time_limit/mruxim-tle-cin2.cpp

#include "message.h"
#include <bits/stdc++.h>

using namespace std;

#define rep(i, n) for(int i = 0, i##__n = (int)(n); i < i##__n; ++i)
#define fer(i, a, b) for(int i = (int)(a), i##__b = (int)(b); i < i##__b; ++i)
#define rof(i, b, a) for(int i = (int)(b), i##__a = (int)(a); i-- > i##__a; )
#define sz(x) (int((x).size()))
#define pb push_back
#define all(x) (x).begin(), (x).end()
#define X first
#define Y second
//#define endl '\n'

template<class P, class Q> inline void smin(P &a, Q b) { if (b < a) a = b; }
template<class P, class Q> inline void smax(P &a, Q b) { if (a < b) a = b; }

typedef long long ll;
typedef pair<int, int> pii;
typedef pair<double, double> pdd;

///////////////////////////////////////////////////////////////////////////

void send_message(vector<bool> M, vector<bool> C) {
	send_packet(C);
	char c;
	cin >> c;
}

vector<bool> receive_message(vector<vector<bool>> R) {
	return vector<bool>(1, 0);
}
# Verdict Execution time Memory Grader output
1 Execution timed out 1 ms 332 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Execution timed out 1 ms 332 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Execution timed out 1 ms 332 KB Time limit exceeded (wall clock)
2 Halted 0 ms 0 KB -