记录详情

Accepted

foo.c: In function 'main':
foo.c:8:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    8 |     for (i = 0; i < m; i++)
      |     ^~~
foo.c:11:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   11 |         int q=a[0],cnt=0;
      |         ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 284.0 KiB
#2 Accepted 3ms 328.0 KiB

信息

递交者
类型
递交
题目
1-4 最大值的个数
比赛
2023 程序设计与竞赛(作业4:遗失的日子)
语言
C
递交时间
2023-10-05 14:32:09
评测时间
2023-10-05 14:32:09
评测机
分数
100
总耗时
6ms
峰值内存
328.0 KiB