记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:9:16: warning: unused variable 'j' [-Wunused-variable]
    9 |         int i, j,num,max=0;
      |                ^
foo.c:31:36: warning: 'num' may be used uninitialized [-Wmaybe-uninitialized]
   31 |                                 num++;
      |                                 ~~~^~
foo.c:9:18: note: 'num' was declared here
    9 |         int i, j,num,max=0;
      |                  ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 280.0 KiB
#2 Accepted 1ms 284.0 KiB
#3 Accepted 2ms 284.0 KiB
#4 Wrong Answer Read 3, expect 2. 1ms 284.0 KiB
#5 Accepted 1ms 284.0 KiB
#6 Accepted 2ms 204.0 KiB
#7 Accepted 1ms 284.0 KiB
#8 Accepted 2ms 284.0 KiB
#9 Accepted 2ms 284.0 KiB
#10 Accepted 2ms 284.0 KiB

信息

递交者
类型
递交
题目
P1550 Problem 7A. 最大连续合数段
比赛
2023秋 悬赏令第七周
语言
C
递交时间
2023-11-20 21:07:11
评测时间
2023-11-20 22:09:34
评测机
分数
90
总耗时
23ms
峰值内存
284.0 KiB