QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#404591 | #8226. 堆操作练习题2 | miaoheping | Compile Error | / | / | C++14 | 42b | 2024-05-04 10:07:32 | 2024-05-04 10:07:34 |
Judging History
你现在查看的是最新测评结果
- [2024-05-22 20:40:58]
- hack成功,自动添加数据
- (/hack/631)
- [2024-05-04 10:07:34]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2024-05-04 10:07:32]
- 提交
answer
#include<cstdio>
int main(){
return 0
}
詳細信息
answer.code: In function ‘int main()’: answer.code:3:9: error: expected ‘;’ before ‘}’ token 3 | return 0 | ^ | ; 4 | } | ~