| Problem | message |
|---|---|
| User | wongyikai |
| Submission Time | 2026-05-19 00:16:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
basma.cpp: In function ‘void send_message(std::vector<bool>, std::vector<bool>)’:
basma.cpp:62:23: error: ‘send_packet’ was not declared in this scope
62 | if (count2 < count) send_packet(vector<bool>(31,0));
| ^~~~~~~~~~~
basma.cpp:63:8: error: ‘send_packet’ was not declared in this scope
63 | else send_packet(vector<bool>(31,1));
| ^~~~~~~~~~~
basma.cpp:71:7: error: ‘send_packet’ was not declared in this scope
71 | send_packet(vector<bool>(31, 1));
| ^~~~~~~~~~~
basma.cpp:77:5: error: ‘send_packet’ was not declared in this scope
77 | send_packet(t);
| ^~~~~~~~~~~
basma.cpp:117:7: error: ‘send_packet’ was not declared in this scope
117 | send_packet(vector<bool>(31, 1));
| ^~~~~~~~~~~
basma.cpp:123:5: error: ‘send_packet’ was not declared in this scope
123 | send_packet(t);