记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:2: error: 'cin' was not declared in this scope
  cin>>a>>b;
  ^~~
/in/foo.cc:21:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    if(l=5)
          ^
/in/foo.cc:29:2: error: 'cout' was not declared in this scope
  cout<<z<<endl<<o;
  ^~~~
/in/foo.cc:29:11: error: 'endl' was not declared in this scope
  cout<<z<<endl<<o;
           ^~~~

信息

递交者
类型
递交
题目
P1086 xf1-9统计各位数字之和为5的数
比赛
2020苏青奥赛集训营(2021-2-2课堂小练)
语言
C++
递交时间
2021-02-02 13:51:45
评测时间
2021-02-02 13:51:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes