记录详情

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 4ms 1.125 MiB
#2 Accepted 4ms 1.25 MiB
#3 Accepted 3ms 1.125 MiB
#4 Accepted 15ms 1.258 MiB
#5 Wrong Answer Read 0, expect 16. 4ms 1.125 MiB

信息

递交者
类型
递交
题目
4-5 有几个鞍点
比赛
2022春 C语言课程设计 作业3
语言
C
递交时间
2022-05-02 18:52:04
评测时间
2022-05-02 18:52:04
评测机
分数
80
总耗时
32ms
峰值内存
1.258 MiB