/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:48: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
     for (int i=1; i<=n; i++) scanf("%lld",&a[i]);
                                                ^
/in/foo.cc:28:37: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
         if (i%t==0) printf("%lld ",k);
                                     ^
/in/foo.cc:36:37: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
         if (i%t==0) printf("%lld ",k);
                                     ^
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 3ms 300.0 KiB
#3 Accepted 49ms 2.484 MiB
#4 Accepted 3ms 2.375 MiB
#5 Accepted 4ms 4.25 MiB
#6 Accepted 4ms 4.25 MiB
#7 Accepted 4ms 2.25 MiB
#8 Accepted 30ms 4.57 MiB
#9 Accepted 46ms 5.039 MiB
#10 Accepted 122ms 22.066 MiB
#11 Accepted 136ms 26.039 MiB
#12 Accepted 172ms 28.789 MiB
#13 Accepted 224ms 43.609 MiB
#14 Accepted 302ms 54.043 MiB
#15 Accepted 39ms 2.773 MiB
#16 Accepted 41ms 4.926 MiB
#17 Accepted 46ms 3.129 MiB
#18 Accepted 60ms 5.5 MiB
#19 Accepted 169ms 31.668 MiB
#20 Accepted 278ms 54.09 MiB

信息

递交者
类型
递交
题目
P2007 蚯蚓
语言
C++
递交时间
2017-07-19 12:12:08
评测时间
2017-07-19 12:12:08
评测机
分数
100
总耗时
1744ms
峰值内存
54.09 MiB