QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#818997 | #9237. Message | Nova_NightWind0311# | Compile Error | / | / | C++20 | 512b | 2024-12-18 11:35:24 | 2024-12-18 11:35:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void send_message(std::vector<bool>, std::vector<bool>)’: answer.code:10:9: error: ‘send_packet’ was not declared in this scope 10 | send_packet(v); | ^~~~~~~~~~~