100 Accepted
foo.cc:3:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] 3 | main(){ | ^~~~
# | 状态 分数 | 耗时 | 内存占用 |
---|---|---|---|
#1 | Accepted 100 | 3ms | 412 KiB |
代码
#include<bits/stdc++.h>
using namespace std;
main(){
cout<<"春眠不觉晓,处处蚊子咬。";
}
信息
- 递交者
- 题目
- P4 练2.2 单句春晓
- 语言
- C++14
- 代码长度
- 81 Bytes
- 递交时间
- 2023-7-6 20:32:06
- 评测时间
- 2023-7-6 20:32:08
- 分数
- 100
- 总耗时
- 3ms
- 峰值时间
- 3ms
- 峰值内存
- 412 KiB