/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void solve()':
/in/foo.cc:28:5: error: 'cout' was not declared in this scope
     cout<<tot<<endl;
     ^~~~
/in/foo.cc:28:16: error: 'endl' was not declared in this scope
     cout<<tot<<endl;
                ^~~~
/in/foo.cc: In function 'void DP()':
/in/foo.cc:56:5: error: 'cout' was not declared in this scope
     cout<<ans<<endl;
     ^~~~
/in/foo.cc:56:16: error: 'endl' was not declared in this scope
     cout<<ans<<endl;
                ^~~~

信息

递交者
类型
递交
题目
P1002 过河
语言
C++
递交时间
2020-05-23 15:26:03
评测时间
2020-05-23 15:26:03
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes