2 条题解
-
1
Generally, most problems in Sleeping Cup require file I/O. Check the
File IO
section for filename details.Sample 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; }
信息
- ID
- 1
- 时间
- 1000ms
- 内存
- 512MiB
- 难度
- 1
- 标签
- 递交数
- 45
- 已通过
- 18
- 上传者