1 条题解
-
4
【官方题解】
请注意:在 Sleeping Cup 中交题需使用文件输入输出。
Code:
#include <bits/stdc++.h> using namespace std; int main() { freopen("test.in", "r", stdin); freopen("test.out", "w", stdout); printf("Hello, World!"); return 0; }
- 1
信息
- ID
- 1
- 时间
- 1000ms
- 内存
- 512MiB
- 难度
- 1
- 标签
- 递交数
- 30
- 已通过
- 9
- 上传者