记录详情

Accepted

foo.c: In function 'main':
foo.c:17:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   17 |    for (i = 0; i < n; i++)
      |    ^~~
foo.c:23:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   23 |     min = max;
      |     ^~~
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    6 |  scanf("%d %d", &m, &n);
      |  ^~~~~~~~~~~~~~~~~~~~~~
foo.c:10:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   10 |    scanf("%d", &a[i][j]);
      |    ^~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB

信息

递交者
类型
自测
题目
4-5 有几个鞍点
语言
C
递交时间
2022-05-03 09:56:37
评测时间
2022-05-03 09:56:37
评测机
分数
10
总耗时
1ms
峰值内存
256.0 KiB