답안 #1099795

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1099795 2024-10-12T05:19:24 Z model_code 메시지 (IOI24_message) C++17
0 / 100
7 ms 332 KB
// incorrect/mruxim-wa-noanswer.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) {
}

vector<bool> receive_message(vector<vector<bool>> R) {
	return vector<bool>();
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 332 KB decoded message is incorrect
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 7 ms 332 KB decoded message is incorrect
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 332 KB decoded message is incorrect
2 Halted 0 ms 0 KB -