Compile Error

foo.cc: In function 'int main()':
foo.cc:6:1: error: 'cin' was not declared in this scope
 cin>>a>>b>>c>>d>>e>>f>>g>>h>>i>>j;
 ^~~
foo.cc:6:1: note: suggested alternative: 'main'
 cin>>a>>b>>c>>d>>e>>f>>g>>h>>i>>j;
 ^~~
 main
foo.cc:7:1: error: 'cout' was not declared in this scope
 cout<<j<<" "<<i<<" "<<h<<" "<<g<<" "<<f<<" "<<e<<" "<<d<<" "<<c<<" "<<b<<" "<<a;
 ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1058 数组逆序输出
语言
C++
递交时间
2021-11-28 10:00:52
评测时间
2021-11-28 10:00:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes