QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#555675 | #9237. Message | nyctivoe | Compile Error | / | / | C++17 | 2.3kb | 2024-09-10 08:02:52 | 2024-09-10 08:02:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:7:6: error: ambiguating new declaration of ‘void send_packet(std::vector<bool>)’ 7 | void send_packet(vector<bool> v) { | ^~~~~~~~~~~ In file included from answer.code:1: message.h:5:19: note: old declaration ‘std::vector<bool> send_packet(std::vector<bool>)’ 5 | std::vector<bool> send_packet(std::vector<bool> A); | ^~~~~~~~~~~