/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:17:34: error: 'stdin' was not declared in this scope
         freopen("matches.in","r",stdin);
                                  ^
foo.cpp:17:39: error: 'freopen' was not declared in this scope
         freopen("matches.in","r",stdin);
                                       ^
foo.cpp:18:35: error: 'stdout' was not declared in this scope
         freopen("matches.out","w",stdout);
                                   ^

信息

递交者
类型
递交
题目
P1967 夜夜的花裙子
语言
C++
递交时间
2015-10-04 09:16:10
评测时间
2015-10-04 09:16:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes