QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45601 | #4565. Rarest Insects | MaMengQi | Compile Error | / | / | C++17 | 1.6kb | 2022-08-24 13:23:41 | 2022-08-24 13:23:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int min_cardinality(int)’: answer.code:99:1: warning: control reaches end of non-void function [-Wreturn-type] 99 | } | ^ /tmp/ccpp0Nnt.o: In function `move_outside(int)': answer.code:(.text+0x1d0): multiple definition of `move_outside(int)' /tmp/ccDxjrZB.o:implementer.cpp:(.text+0xd0): first defined here /tmp/ccpp0Nnt.o: In function `move_inside(int)': answer.code:(.text+0x2a0): multiple definition of `move_inside(int)' /tmp/ccDxjrZB.o:implementer.cpp:(.text+0x0): first defined here /tmp/ccpp0Nnt.o: In function `press_button()': answer.code:(.text+0x320): multiple definition of `press_button()' /tmp/ccDxjrZB.o:implementer.cpp:(.text+0x1a0): first defined here collect2: error: ld returned 1 exit status