Compile Error
foo.cpp: In function 'int main()':
foo.cpp:18:24: error: 'stdin' was not declared in this scope
     freopen("p.in","r",stdin);
                        ^
foo.cpp:18:29: error: 'freopen' was not declared in this scope
     freopen("p.in","r",stdin);
                             ^
foo.cpp:19:25: error: 'stdout' was not declared in this scope
     freopen("p.out","w",stdout); 
                         ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1047 最小公倍数
 - 语言
 - C++
 - 递交时间
 - 2016-05-16 07:59:45
 - 评测时间
 - 2016-05-16 07:59:45
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes