/ 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:25:28: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
         scanf("%d",&a[0][i]);
                            ^
/in/foo.cc:50:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
             printf("%d ",now);
                             ^
/in/foo.cc:64:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
          printf("%d ",now+ans); 
                              ^
# 状态 耗时 内存占用
#1 Accepted 4ms 360.0 KiB
#2 Accepted 5ms 372.0 KiB
#3 Accepted 47ms 1.105 MiB
#4 Accepted 6ms 4.359 MiB
#5 Accepted 13ms 4.25 MiB
#6 Accepted 4ms 4.367 MiB
#7 Accepted 17ms 4.355 MiB
#8 Accepted 44ms 4.727 MiB
#9 Accepted 53ms 5.066 MiB
#10 Accepted 323ms 35.75 MiB
#11 Accepted 343ms 41.375 MiB
#12 Accepted 439ms 59.125 MiB
#13 Accepted 553ms 81.027 MiB
#14 Accepted 680ms 109.695 MiB
#15 Accepted 94ms 8.707 MiB
#16 Accepted 94ms 6.707 MiB
#17 Accepted 143ms 4.375 MiB
#18 Accepted 109ms 5.598 MiB
#19 Accepted 343ms 54.414 MiB
#20 Accepted 528ms 111.078 MiB

信息

递交者
类型
递交
题目
P2007 蚯蚓
语言
C++
递交时间
2018-08-05 08:22:56
评测时间
2018-08-05 08:22:56
评测机
分数
100
总耗时
3854ms
峰值内存
111.078 MiB