Accepted
foo.c: In function 'Max':
foo.c:16:13: warning: unused variable 'count' [-Wunused-variable]
16 | int count=1;
| ^~~~~
In function 'Max',
inlined from 'main' at foo.c:43:11:
foo.c:15:13: warning: 'cnt' may be used uninitialized [-Wmaybe-uninitialized]
15 | int max=arr[0];
| ^~~
foo.c: In function 'main':
foo.c:29:13: note: 'cnt' declared here
29 | int cnt[10000];
| ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1550 Problem 7A. 最大连续合数段
- 语言
- C
- 递交时间
- 2023-12-12 13:59:11
- 评测时间
- 2023-12-12 13:59:11
- 评测机
- 分数
- 100
- 总耗时
- 670ms
- 峰值内存
- 388.0 KiB