记录详情

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 1ms 284.0 KiB

信息

递交者
类型
自测
题目
P1550 Problem 7A. 最大连续合数段
语言
C
递交时间
2023-11-19 21:42:40
评测时间
2023-11-19 21:42:40
评测机
分数
10
总耗时
1ms
峰值内存
284.0 KiB