QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45502 | #4565. Rarest Insects | ZhangYiDe | Compile Error | / | / | C++17 | 2.4kb | 2022-08-24 12:03:22 | 2022-08-24 12:03:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int press_button()’: answer.code:83:1: warning: no return statement in function returning non-void [-Wreturn-type] 83 | } | ^ /tmp/cccXkJFd.o: In function `move_inside(int)': answer.code:(.text+0x0): multiple definition of `move_inside(int)' /tmp/cc9sw5NF.o:implementer.cpp:(.text+0x0): first defined here /tmp/cccXkJFd.o: In function `move_outside(int)': answer.code:(.text+0x10): multiple definition of `move_outside(int)' /tmp/cc9sw5NF.o:implementer.cpp:(.text+0xd0): first defined here /tmp/cccXkJFd.o: In function `press_button()': answer.code:(.text.unlikely+0x0): multiple definition of `press_button()' /tmp/cc9sw5NF.o:implementer.cpp:(.text+0x1a0): first defined here collect2: error: ld returned 1 exit status