记录详情

Runtime Error

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 Time Exceeded ≥1100ms ≥256.0 KiB
#2 Time Exceeded ≥1097ms ≥256.0 KiB
#3 Wrong Answer Read 2, expect 1. 2ms 256.0 KiB
#4 Runtime Error Segmentation fault 1ms 512.0 KiB
#5 Wrong Answer Read 0, expect 16. 1ms 256.0 KiB

信息

递交者
类型
递交
题目
4-5 有几个鞍点
比赛
2022春 C语言课程设计 作业3
语言
C
递交时间
2022-05-03 09:56:40
评测时间
2022-05-03 09:56:40
评测机
分数
0
总耗时
2204ms
峰值内存
512.0 KiB