记录详情

Compile Error

foo.c: In function 'main':
foo.c:11:2: error: 'cout' undeclared (first use in this function)
   11 |  cout << 4659 << endl;
      |  ^~~~
foo.c:11:2: note: each undeclared identifier is reported only once for each function it appears in
foo.c:11:18: error: 'endl' undeclared (first use in this function)
   11 |  cout << 4659 << endl;
      |                  ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1324 数列求值
比赛
2022春季 荣誉练习赛1(2019蓝桥A组省赛重温)
语言
C
递交时间
2022-03-19 19:50:49
评测时间
2022-03-19 19:50:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes