QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#155521 | #7118. Closing Time | SkyWave | Compile Error | / | / | C++14 | 65b | 2023-09-01 18:32:13 | 2024-04-28 06:46:03 |
Judging History
你现在查看的是最新测评结果
- [2024-04-28 06:46:03]
- 管理员手动重测本题所有提交记录
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2023-09-01 18:32:14]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2023-09-01 18:32:13]
- 提交
answer
#include <iostream>
using namespace std;
int main(){puts("0");}
Details
/usr/bin/ld: /tmp/ccTAlHJj.o: in function `main': answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/cc5G3bRi.o:implementer.cpp:(.text.startup+0x0): first defined here /usr/bin/ld: /tmp/cc5G3bRi.o: in function `main': implementer.cpp:(.text.startup+0x744): undefined reference to `max_score(int, int, int, long long, 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