Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:4: error: 'cout' was not declared in this scope
    cout<<i<<" ";
    ^~~~
/in/foo.cc:17:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(k%5==0);
    ^~
/in/foo.cc:18:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    {
    ^
/in/foo.cc:19:11: error: 'endl' was not declared in this scope
     cout<<endl;
           ^~~~

信息

递交者
类型
递交
题目
P1036 找出所有的3位升序数
语言
C++
递交时间
2021-12-04 09:09:52
评测时间
2021-12-04 09:09:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes