记录详情

Wrong Answer

foo.c: In function 'FindMin':
foo.c:7:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    7 |     if(min>a[i])
      |     ^~
foo.c:9:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    9 |       return min;
      |       ^~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer 0a1 > 1 \ No newline at end of 2ms 284.0 KiB

信息

递交者
类型
自测
题目
A7-2 数组的极值函数
语言
C
递交时间
2023-11-21 14:22:08
评测时间
2023-11-21 14:22:08
评测机
分数
0
总耗时
2ms
峰值内存
284.0 KiB