记录详情

Wrong Answer

foo.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int]
    2 | AnDian(int a[500][500],int m,int n)
      | ^~~~~~
foo.c: In function 'main':
foo.c:32:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   32 |  scanf("%d %d\n",&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 3ms 1.125 MiB
#2 Accepted 4ms 1.25 MiB
#3 Accepted 2ms 1.125 MiB
#4 Accepted 12ms 1.367 MiB
#5 Wrong Answer Read 0, expect 16. 3ms 1.25 MiB

信息

递交者
类型
递交
题目
4-5 有几个鞍点
比赛
2022春 C语言课程设计 作业3
语言
C
递交时间
2022-04-25 23:34:46
评测时间
2022-04-25 23:34:46
评测机
分数
80
总耗时
26ms
峰值内存
1.367 MiB