QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#245180#2644. Cats or DogsznstzCompile Error//C++204.6kb2023-11-09 19:37:402023-11-09 19:37:41

详细

/usr/bin/ld: /tmp/ccPEEZo9.o: in function `main':
answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/ccRJpHhb.o:implementer.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/ccRJpHhb.o: in function `main':
implementer.cpp:(.text.startup+0x1dc): undefined reference to `initialize(int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
/usr/bin/ld: implementer.cpp:(.text.startup+0x219): undefined reference to `neighbor(int)'
/usr/bin/ld: implementer.cpp:(.text.startup+0x258): undefined reference to `dog(int)'
/usr/bin/ld: implementer.cpp:(.text.startup+0x261): undefined reference to `cat(int)'
collect2: error: ld returned 1 exit status