QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#555675#9237. MessagenyctivoeCompile Error//C++172.3kb2024-09-10 08:02:522024-09-10 08:02:52

详细

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);
      |                   ^~~~~~~~~~~