QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45635 | #4565. Rarest Insects | MaMengQi | Compile Error | / | / | C++14 | 5.3kb | 2022-08-24 13:48:08 | 2022-08-24 13:48:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
implementer.cpp:8:8: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 8 | static inline constexpr int kMaxQueries = 40000; | ^~~~~~ /tmp/ccaQJ7Wq.o: In function `press_button()': answer.code:(.text+0x110): multiple definition of `press_button()' /tmp/ccIY8V3F.o:implementer.cpp:(.text+0x1a0): first defined here /tmp/ccaQJ7Wq.o: In function `move_inside(int)': answer.code:(.text+0x190): multiple definition of `move_inside(int)' /tmp/ccIY8V3F.o:implementer.cpp:(.text+0x0): first defined here /tmp/ccaQJ7Wq.o: In function `move_outside(int)': answer.code:(.text+0x1d0): multiple definition of `move_outside(int)' /tmp/ccIY8V3F.o:implementer.cpp:(.text+0xd0): first defined here collect2: error: ld returned 1 exit status