记录详情

Time Exceeded

foo.c:2:6: warning: return type of 'main' is not 'int' [-Wmain]
 void main()
      ^~~~
foo.c: In function 'main':
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&m,&n);
  ^~~~~~~~~~~~~~~~~~~
foo.c:11:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&a[i][j]);
    ^~~~~~~~~~~~~~~~~~~~
foo.c:58:11: warning: 'ni' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(b[ni][nj]==-1)
      ~~~~~^~~~
foo.c:58:11: warning: 'nj' may be used uninitialized in this function [-Wmaybe-uninitialized]
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1470ms ≥320.0 KiB
#2 Time Exceeded ≥1467ms ≥300.0 KiB
#3 Time Exceeded ≥1438ms ≥328.0 KiB
#4 Time Exceeded ≥1442ms ≥2.113 MiB
#5 Time Exceeded ≥1950ms ≥364.0 KiB

信息

递交者
类型
递交
题目
4-5 有几个鞍点
比赛
2021(四) 作业第三场:热身赛
语言
C
递交时间
2021-11-15 18:48:04
评测时间
2021-11-15 18:48:04
评测机
分数
0
总耗时
≥7768ms
峰值内存
≥2.113 MiB