QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#444071 | #8583. 팰린드롬 판별하기 | ZhangYiDe | Compile Error | / | / | C++20 | 858b | 2024-06-15 17:13:18 | 2024-06-15 17:13:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
/usr/bin/ld: /tmp/ccrNiUuJ.o: in function `count_pair(int, int, int)': answer.code:(.text+0x0): multiple definition of `count_pair(int, int, int)'; /tmp/cczmwadJ.o:implementer.cpp:(.text+0x170): first defined here /usr/bin/ld: /tmp/ccrNiUuJ.o: in function `find_character(int, std::vector<int, std::allocator<int> >)': answer.code:(.text+0x50): multiple definition of `find_character(int, std::vector<int, std::allocator<int> >)'; /tmp/cczmwadJ.o:implementer.cpp:(.text+0x390): first defined here /usr/bin/ld: /tmp/ccrNiUuJ.o: in function `main': answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/cczmwadJ.o:implementer.cpp:(.text.startup+0x0): first defined here collect2: error: ld returned 1 exit status