QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#155521 | #7118. Closing Time | SkyWave | Compile Error | / | / | C++14 | 65b | 2023-09-01 18:32:13 | 2023-09-01 18:32:14 |
Judging History
你现在查看的是测评时间为 2023-09-01 18:32:14 的历史记录
- [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");}
详细
/usr/bin/ld: /tmp/cc0umBsD.o: in function `main': answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/ccb0k1ME.o:implementer.cpp:(.text.startup+0x0): first defined here /usr/bin/ld: /tmp/ccb0k1ME.o: in function `main': implementer.cpp:(.text.startup+0x768): 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