QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#783634#6660. 택시 여행HuluoboCompile Error//C++141.2kb2024-11-26 11:06:502024-11-26 11:07:17

详细

/usr/bin/ld: /tmp/cckBKQDK.o: in function `main':
answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/ccBpHNhM.o:implementer.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/ccBpHNhM.o: in function `main':
implementer.cpp:(.text.startup+0x35e): undefined reference to `travel(std::vector<long long, std::allocator<long long> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status