QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45537 | #4565. Rarest Insects | GuanYunchang | Compile Error | / | / | C++17 | 636b | 2022-08-24 12:27:00 | 2022-08-24 12:28:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int press_button()’: answer.code:20:1: warning: no return statement in function returning non-void [-Wreturn-type] 20 | } | ^ /tmp/ccrF4pBZ.o: In function `move_inside(int)': answer.code:(.text+0x0): multiple definition of `move_inside(int)' /tmp/cczMgCQT.o:implementer.cpp:(.text+0x0): first defined here /tmp/ccrF4pBZ.o: In function `move_outside(int)': answer.code:(.text+0x10): multiple definition of `move_outside(int)' /tmp/cczMgCQT.o:implementer.cpp:(.text+0xd0): first defined here /tmp/ccrF4pBZ.o: In function `press_button()': answer.code:(.text.unlikely+0x0): multiple definition of `press_button()' /tmp/cczMgCQT.o:implementer.cpp:(.text+0x1a0): first defined here collect2: error: ld returned 1 exit status