QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#31740 | #21643. 多测不给大样例问题 | LFCode# | Compile Error | / | / | C++14 | 66b | 2022-05-12 08:52:08 | 2022-05-18 04:29:05 |
Judging History
你现在查看的是最新测评结果
- [2023-08-10 23:21:45]
- System Update: QOJ starts to keep a history of the judgings of all the submissions.
- [2022-05-18 04:29:05]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2022-05-12 08:52:08]
- 提交
answer
#include<cstdio>
int mian(){//面面面!
puts("呱呱呱!");
}
详细
answer.code: In function ‘int mian()’: answer.code:4:1: warning: no return statement in function returning non-void [-Wreturn-type] 4 | } | ^ /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status