| Problem | message |
|---|---|
| User | gelastropod |
| Submission Time | 2026-05-18 14:42:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
aisha.cpp: In function ‘void send_message(std::vector<bool>, std::vector<bool>)’:
aisha.cpp:33:38: error: ‘send’ was not declared in this scope
33 | for (int i = 0; i < M.size(); i++) send(vector<bool>(31, M[i]));
| ^~~~
basma.cpp: In function ‘void {anonymous}::send(std::vector<bool>)’:
basma.cpp:25:3: error: ‘send_packet’ was not declared in this scope
25 | send_packet(shuf(v));
| ^~~~~~~~~~~