记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:18:5: error: expected ',' or ';' before 'int'
   18 |     int maxb=0;
      |     ^~~
foo.cc:24:13: error: 'maxb' was not declared in this scope; did you mean 'maxa'?
   24 |             maxb=i;
      |             ^~~~
      |             maxa
foo.cc:27:11: error: 'maxb' was not declared in this scope; did you mean 'maxa'?
   27 |     cout<<maxb;
      |           ^~~~
      |           maxa
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
3-1 整数中的数字
比赛
2022暑期青少年社团(入门赛)
语言
C++
递交时间
2022-07-28 20:24:49
评测时间
2022-07-28 20:24:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes