记录详情

Accepted

foo.c: In function 'main':
foo.c:23:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   23 |     for(int i=a;i<=b;i++)
      |     ^~~
foo.c:30:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   30 |         if(cnt>max) max=cnt;
      |         ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 21ms 204.0 KiB
#2 Accepted 2ms 284.0 KiB
#3 Accepted 20ms 284.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Accepted 2ms 284.0 KiB
#6 Accepted 19ms 312.0 KiB
#7 Accepted 3ms 284.0 KiB
#8 Accepted 21ms 284.0 KiB
#9 Accepted 14ms 284.0 KiB
#10 Accepted 21ms 312.0 KiB

信息

递交者
类型
递交
题目
P1550 Problem 7A. 最大连续合数段
比赛
2023秋 悬赏令第七周
语言
C
递交时间
2023-11-19 21:42:43
评测时间
2023-11-20 22:06:54
评测机
分数
100
总耗时
129ms
峰值内存
312.0 KiB