QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
/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