QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#784990 | #6660. 택시 여행 | Huluobo | Compile Error | / | / | C++17 | 3.9kb | 2024-11-26 16:31:49 | 2024-11-26 16:31:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:37:12: warning: use of ‘auto’ in parameter declaration only available with ‘-std=c++20’ or ‘-fconcepts’ 37 | void debug(auto &&...x){ | ^~~~ /usr/bin/ld: /tmp/ccET3vMi.o: in function `my_assert(bool, int)': answer.code:(.text+0x1810): multiple definition of `my_assert(bool, int)'; /tmp/cc0uN9Be.o:implementer.cpp:(.text+0x40): first defined here /usr/bin/ld: /tmp/ccET3vMi.o: in function `main': answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/cc0uN9Be.o:implementer.cpp:(.text.startup+0x0): first defined here collect2: error: ld returned 1 exit status