记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&n,&m);
                    ^
/in/foo.cc:8:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:11:33: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d%d",&a[i][0],&a[i][1]);
                                 ^
/in/foo.cc:11:33: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 3ms 2.445 MiB
#2 Accepted 4ms 1.0 MiB
#3 Accepted 3ms 1.125 MiB
#4 Accepted 4ms 1.0 MiB
#5 Accepted 3ms 1.035 MiB
#6 Accepted 3ms 1.113 MiB
#7 Accepted 6ms 1.0 MiB
#8 Accepted 53ms 1.125 MiB
#9 Accepted 669ms 1.344 MiB
#10 Time Exceeded ≥1005ms ≥2.5 MiB

信息

递交者
类型
递交
题目
买买买
语言
C++
递交时间
2017-09-09 13:21:05
评测时间
2017-09-09 13:21:05
评测机
分数
90
总耗时
≥1757ms
峰值内存
≥2.5 MiB