Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:2: error: 'cout' was not declared in this scope
  cout<<x<<endl;
  ^~~~
/in/foo.cc:10:11: error: 'endl' was not declared in this scope
  cout<<x<<endl;
           ^~~~

信息

递交者
类型
递交
题目
P2311 1.3.2:计算(a+b)*c的值
比赛
202112初一阶段反馈赛
语言
C++
递交时间
2021-12-11 09:54:49
评测时间
2021-12-11 09:54:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes