/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:33: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'short int*' [-Wformat=]
  scanf("%d %d %d %d",&n,&m,&r,&c);
                                 ^
/in/foo.cc:9:33: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'short int*' [-Wformat=]
/in/foo.cc:9:33: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'short int*' [-Wformat=]
/in/foo.cc:9:33: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'short int*' [-Wformat=]
/in/foo.cc:14:55: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'short int*' [-Wformat=]
  for(i=0;i<n;i++) for(j=0;j<m;j++) scanf("%d",&v[i][j]);
                                                       ^
/in/foo.cc:60:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
  printf("%d",min);
                 ^
# 状态 耗时 内存占用
#1 Accepted 92ms 304.0 KiB
#2 Accepted 102ms 308.0 KiB
#3 Accepted 98ms 304.0 KiB
#4 Accepted 99ms 304.0 KiB
#5 Accepted 103ms 308.0 KiB
#6 Time Exceeded ≥1000ms ≥208.0 KiB
#7 Time Exceeded ≥1002ms ≥220.0 KiB
#8 Time Exceeded ≥1000ms ≥208.0 KiB
#9 Time Exceeded ≥1001ms ≥220.0 KiB
#10 Time Exceeded ≥1004ms ≥212.0 KiB

信息

递交者
类型
递交
题目
P1914 子矩阵
语言
C++
递交时间
2020-05-28 17:56:04
评测时间
2020-05-28 17:56:04
评测机
分数
50
总耗时
≥5504ms
峰值内存
≥308.0 KiB