记录详情

Wrong Answer

foo.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int]
    2 | Shan(int a[500][500],int m,int n)
      | ^~~~
foo.c: In function 'main':
foo.c:23:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   23 |  scanf("%d %d\n",&m,&n);
      |  ^~~~~~~~~~~~~~~~~~~~~~
foo.c:27:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   27 |    scanf("%d",&a[i][j]);
      |    ^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 1.125 MiB
#2 Accepted 4ms 1.125 MiB
#3 Wrong Answer Read 384, expect 385. 5ms 1.125 MiB
#4 Accepted 9ms 1.125 MiB
#5 Wrong Answer Read 2290, expect 2300. 10ms 1.25 MiB

信息

递交者
类型
递交
题目
4-4 有多少个山峰
比赛
2022春 C语言课程设计 作业3
语言
C
递交时间
2022-05-02 23:45:27
评测时间
2022-05-02 23:45:27
评测机
分数
60
总耗时
34ms
峰值内存
1.25 MiB