QOJ.ac

QOJ

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

详细

/usr/bin/ld: /tmp/cccEIb6l.o: in function `main':
answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/ccI4NURn.o:implementer.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/ccI4NURn.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