QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#245179 | #2644. Cats or Dogs | znstz | Compile Error | / | / | C++20 | 4.6kb | 2023-11-09 19:37:30 | 2023-11-09 19:37:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
/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