Problem message
User reporter
Submission Time 2024-12-05 15:56:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

basma.cpp: In function ‘void send_message(std::vector<bool>, std::vector<bool>)’:
basma.cpp:17:9: error: ‘send_packet’ was not declared in this scope
17 | send_packet(vector<bool>(BITS, (ind&(1<<i))?1:0));
| ^~~~~~~~~~~
basma.cpp:30:9: error: ‘send_packet’ was not declared in this scope
30 | send_packet(msg);
| ^~~~~~~~~~~
basma.cpp:46:9: error: ‘send_packet’ was not declared in this scope
46 | send_packet(msg);
| ^~~~~~~~~~~