/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:46: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'll* {aka int*}' [-Wformat=]
  scanf("%d%d%lld%lld%lld%d",&n,&m,&q,&u,&v,&t);
                                              ^
/in/foo.cc:24:46: warning: format '%lld' expects argument of type 'long long int*', but argument 5 has type 'll* {aka int*}' [-Wformat=]
/in/foo.cc:24:46: warning: format '%lld' expects argument of type 'long long int*', but argument 6 has type 'll* {aka int*}' [-Wformat=]
/in/foo.cc:26:23: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'll* {aka int*}' [-Wformat=]
   scanf("%lld",&a[i].x);
                       ^
/in/foo.cc:61:34: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'll {aka int}' [-Wformat=]
    printf("%lld ",b[jb].x+c[jc].x);
                                  ^
/in/foo.cc:85:22: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'll {aka int}' [-Wformat=]
    printf("%lld ",tmp);
                      ^
# 状态 耗时 内存占用
#1 Accepted 61ms 160.477 MiB
#2 Accepted 62ms 160.449 MiB
#3 Accepted 91ms 160.504 MiB
#4 Accepted 60ms 160.5 MiB
#5 Accepted 59ms 160.5 MiB
#6 Wrong Answer 59ms 160.504 MiB
#7 Wrong Answer 61ms 160.504 MiB
#8 Accepted 82ms 160.508 MiB
#9 Accepted 93ms 160.504 MiB
#10 Accepted 125ms 160.512 MiB
#11 Accepted 137ms 160.43 MiB
#12 Accepted 151ms 160.508 MiB
#13 Wrong Answer 191ms 160.48 MiB
#14 Wrong Answer 220ms 160.441 MiB
#15 Wrong Answer 87ms 160.445 MiB
#16 Wrong Answer 86ms 160.508 MiB
#17 Wrong Answer 92ms 160.508 MiB
#18 Wrong Answer 98ms 160.504 MiB
#19 Wrong Answer 169ms 160.504 MiB
#20 Wrong Answer 234ms 160.406 MiB

信息

递交者
类型
递交
题目
P2007 蚯蚓
语言
C++
递交时间
2019-10-17 17:09:50
评测时间
2019-10-17 17:09:50
评测机
分数
50
总耗时
2227ms
峰值内存
160.512 MiB