代码
#include<bits/stdc++.h>
using namespace std;
int main(){
ios::sync_with_stdio(false),cin.tie(0),cout.tie(0);
cout<<"Hello,World!"<<endl;
return 0;
}
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 Hello,World!
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2024-05-01 21:57:15
- 评测时间
- 2024-05-01 21:57:15
- 评测机
- 分数
- 100
- 总耗时
- 1ms
- 峰值内存
- 360.0 KiB