Compile Error

foo.cc: In function 'int main()':
foo.cc:11:2: error: 'cin' was not declared in this scope
  cin>>sno;
  ^~~
foo.cc:11:2: note: suggested alternative: 'main'
  cin>>sno;
  ^~~
  main
foo.cc:42:2: error: 'cout' was not declared in this scope
  cout<<count<<" "<<sum;
  ^~~~
foo.cc:42:2: note: suggested alternative: 'count'
  cout<<count<<" "<<sum;
  ^~~~
  count
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1099 阶段测验3(6)***
语言
C++
递交时间
2021-08-06 10:47:23
评测时间
2021-08-06 10:47:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes