记录详情

Compile Error

foo.cc: In function 'int Count(Node*)':
foo.cc:280:13: warning: unused variable 'i' [-Wunused-variable]
  280 |         int i;
      |             ^
foo.cc: In function 'int recount(Node*, int)':
foo.cc:305:9: error: declaration of 'int n' shadows a parameter
  305 |     int n=-2147483647;
      |         ^
foo.cc:302:27: note: 'int n' previously declared here
  302 | int recount(Node*head,int n)
      |                       ~~~~^
foo.cc: In function 'int main()':
foo.cc:353:27: warning: unused variable 'c' [-Wunused-variable]
  353 |     int a[10000],b[10000],c[10000];
      |                           ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
A9-5 数组中最小值的个数
语言
C++
递交时间
2023-11-25 19:58:45
评测时间
2023-11-25 19:58:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes