Compile Error
foo.cpp: In function 'int main()': foo.cpp:5:24: error: 'stdin' was not declared in this scope freopen("f.in","r",stdin); ^ foo.cpp:5:29: error: 'freopen' was not declared in this scope freopen("f.in","r",stdin); ^ foo.cpp:6:25: error: 'stdout' was not declared in this scope freopen("f.out","w",stdout); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1942 小岛
- 语言
- C++
- 递交时间
- 2015-04-20 20:57:45
- 评测时间
- 2015-04-20 20:57:53
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes