Submission #1221522

#TimeUsernameProblemLanguageResultExecution timeMemory
1221522nibert메시지 (IOI24_message)C++20
In queue
0 ms0 KiB
#include <vector>
using namespace std;

// OJ will provide the implementation of this
extern vector<bool> send_packet(vector<bool> A);

// Constants
const int BITS = 31;       // Packet length
const int REPEAT = 3;      // Redundancy (must be ≥ 3 to tolerate 15 bad packets)
const int BITS_PER_PACKET = 10;  // You can safely fit 10