记录详情

Compile Error

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

信息

递交者
类型
递交
题目
P1325 最大降雨量
比赛
2022春季 荣誉练习赛1(2019蓝桥A组省赛重温)
语言
C
递交时间
2022-03-19 19:54:11
评测时间
2022-03-19 19:54:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes