记录详情

Runtime Error

foo.c: In function 'main':
foo.c:33:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   33 |  scanf("%d %d",&m,&n);
      |  ^~~~~~~~~~~~~~~~~~~~
foo.c:36:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   36 |    scanf("%d",&a[i][j]);
      |    ^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Runtime Error Segmentation fault 4ms 472.0 KiB
#5 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
4-5 有几个鞍点
比赛
2022春 C语言课程设计 作业3
语言
C
递交时间
2022-05-10 11:08:46
评测时间
2022-05-10 11:08:46
评测机
分数
80
总耗时
14ms
峰值内存
472.0 KiB