QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#411328 | #6527. Cyberland | BellaKira | Compile Error | / | / | C++23 | 2.2kb | 2024-05-15 11:38:17 | 2024-05-15 11:38:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:80:3: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type] 80 | }}main(){BK0717::main();} | ^~~~ /usr/bin/ld: /tmp/ccPDhKTc.o: in function `main': answer.code:(.text.startup+0x330): multiple definition of `main'; /tmp/ccoSoHMc.o:implementer.cpp:(.text.startup+0x0): first defined here /usr/bin/ld: /tmp/ccoSoHMc.o: in function `main': implementer.cpp:(.text.startup+0x6a4): undefined reference to `solve(int, int, int, int, 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