Accepted
foo.cc: In function 'int findmincount(node*)': foo.cc:46:15: warning: variable 'prev' set but not used [-Wunused-but-set-variable] 46 | node *prev=NULL;node *p=head; | ^~~~ foo.cc: In function 'int searchcnt(node*, int)': foo.cc:58:15: warning: variable 'prev' set but not used [-Wunused-but-set-variable] 58 | node *prev=NULL;node *p=head; | ^~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A9-5 数组中最小值的个数
- 比赛
- 2023 程序设计与竞赛(作业8:链表的世界)
- 语言
- C++
- 递交时间
- 2023-11-25 12:43:40
- 评测时间
- 2023-11-25 12:43:40
- 评测机
- 分数
- 100
- 总耗时
- 19ms
- 峰值内存
- 412.0 KiB