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