/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:43: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
                                           ^
/in/foo.cc:23:43: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:23:43: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
/in/foo.cc:23:43: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'long long int*' [-Wformat=]
/in/foo.cc:23:43: warning: format '%d' expects argument of type 'int*', but argument 6 has type 'long long int*' [-Wformat=]
/in/foo.cc:23:43: warning: format '%d' expects argument of type 'int*', but argument 7 has type 'long long int*' [-Wformat=]
/in/foo.cc:24:47: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     for(int i=1;i<=n;i++) {int x;scanf("%d",&x),q1.push(x);}
                                               ^
# 状态 耗时 内存占用
#1 Accepted 1ms 228.0 KiB
#2 Accepted 2ms 224.0 KiB
#3 Accepted 40ms 1.387 MiB
#4 Accepted 1ms 212.0 KiB
#5 Accepted 2ms 212.0 KiB
#6 Accepted 2ms 212.0 KiB
#7 Accepted 2ms 212.0 KiB
#8 Accepted 32ms 1.312 MiB
#9 Accepted 51ms 2.324 MiB
#10 Accepted 171ms 17.879 MiB
#11 Accepted 203ms 21.973 MiB
#12 Accepted 266ms 29.855 MiB
#13 Accepted 365ms 41.781 MiB
#14 Accepted 506ms 57.852 MiB
#15 Accepted 34ms 1.328 MiB
#16 Accepted 41ms 2.215 MiB
#17 Accepted 48ms 2.039 MiB
#18 Accepted 69ms 4.109 MiB
#19 Accepted 275ms 29.938 MiB
#20 Accepted 504ms 57.836 MiB

信息

递交者
类型
递交
题目
P2007 蚯蚓
语言
C++
递交时间
2019-11-11 16:15:31
评测时间
2019-11-11 16:15:31
评测机
分数
100
总耗时
2625ms
峰值内存
57.852 MiB