QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#442868#8583. 팰린드롬 판별하기ZhaoZiLongCompile Error//C++202.1kb2024-06-15 13:43:282024-06-15 13:43:28

Details

/usr/bin/ld: /tmp/ccuyGzP8.o: in function `ask()':
implementer.cpp:(.text+0x6f3): undefined reference to `guess_palindromicity(int)'
/usr/bin/ld: /tmp/ccRlNEU8.o: in function `add(int, int, int)':
answer.code:(.text+0x7f8): undefined reference to `add_vertex(int, int, int)'
/usr/bin/ld: /tmp/ccRlNEU8.o: in function `construct_two_trees(int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)':
answer.code:(.text+0x1aaa): undefined reference to `report(std::vector<std::array<int, 2ul>, std::allocator<std::array<int, 2ul> > >)'
/usr/bin/ld: answer.code:(.text+0x1b5d): undefined reference to `report(std::vector<std::array<int, 2ul>, std::allocator<std::array<int, 2ul> > >)'
collect2: error: ld returned 1 exit status