QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#557896#9237. MessageDerekshakkCompile Error//C++172.6kb2024-09-11 11:58:552024-09-11 11:58:55

詳細信息

/usr/bin/ld: /tmp/ccZtibKk.o: in function `transmit_message(std::vector<bool, std::allocator<bool> >, std::vector<bool, std::allocator<bool> >)':
answer.code:(.text+0x1233): undefined reference to `send_packets(std::vector<bool, std::allocator<bool> >)'
/usr/bin/ld: /tmp/ccx70DQn.o: in function `(anonymous namespace)::run_decoder()':
stub.cpp:(.text+0x691): undefined reference to `receive_message(std::vector<std::vector<bool, std::allocator<bool> >, std::allocator<std::vector<bool, std::allocator<bool> > > >)'
/usr/bin/ld: /tmp/ccx70DQn.o: in function `(anonymous namespace)::run_encoder()':
stub.cpp:(.text+0xc13): undefined reference to `send_message(std::vector<bool, std::allocator<bool> >, std::vector<bool, std::allocator<bool> >)'
collect2: error: ld returned 1 exit status