QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#442963#8583. 팰린드롬 판별하기HuangHanShengCompile Error//C++201.6kb2024-06-15 13:56:522024-06-15 13:56:53

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