QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45635#4565. Rarest InsectsMaMengQiCompile Error//C++145.3kb2022-08-24 13:48:082022-08-24 13:48:12

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