记录详情

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)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 119ms 288.0 KiB
#2 Accepted 3ms 284.0 KiB
#3 Accepted 116ms 284.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Accepted 2ms 284.0 KiB
#6 Accepted 105ms 284.0 KiB
#7 Accepted 8ms 284.0 KiB
#8 Accepted 119ms 312.0 KiB
#9 Accepted 77ms 308.0 KiB
#10 Accepted 119ms 324.0 KiB

信息

递交者
类型
递交
题目
P1550 Problem 7A. 最大连续合数段
语言
C
递交时间
2023-12-12 13:59:08
评测时间
2023-12-12 13:59:08
评测机
分数
100
总耗时
674ms
峰值内存
324.0 KiB