记录详情

Memory Exceeded

foo.c: In function 'main':
foo.c:12:10: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  int n,m;scanf("%d%d",&n,&m);//n行m列 
          ^~~~~~~~~~~~~~~~~~~
foo.c:16:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&a[i][j]);
    ^~~~~~~~~~~~~~~~~~~~
foo.c:19:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&b[i][j]);  
    ^~~~~~~~~~~~~~~~~~~~
foo.c:20:16: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  int r,c,k,l=0;scanf("%d%d%d",&r,&c,&k);
                ^~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1301ms ≥156.891 MiB
#2 Time Exceeded ≥1299ms ≥181.395 MiB
#3 Time Exceeded ≥3620ms ≥196.508 MiB
#4 Time Exceeded ≥3729ms ≥256.016 MiB
#5 Time Exceeded ≥696ms ≥165.66 MiB
#6 Time Exceeded ≥736ms ≥167.488 MiB
#7 Time Exceeded ≥1137ms ≥224.523 MiB
#8 Time Exceeded ≥1166ms ≥207.824 MiB
#9 Time Exceeded ≥1445ms ≥242.441 MiB
#10 Time Exceeded ≥1341ms ≥220.957 MiB
#11 Memory Exceeded ≥920ms ≥256.016 MiB
#12 Time Exceeded ≥1009ms ≥220.797 MiB
#13 Time Exceeded ≥2288ms ≥245.855 MiB
#14 Time Exceeded ≥2208ms ≥237.984 MiB
#15 Memory Exceeded ≥239ms ≥256.016 MiB

信息

递交者
类型
递交
题目
P1302 I. White Album
比赛
南京师范大学2021年11月程序设计竞赛
语言
C
递交时间
2021-11-21 15:36:42
评测时间
2021-11-21 15:36:42
评测机
分数
0
总耗时
≥23143ms
峰值内存
≥256.016 MiB