/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:49:29: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'LL* {aka long long int*}' [-Wformat=]
     scanf("%I64d%I64d",&n,&k);
                             ^
/in/foo.cc:49:29: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'LL* {aka long long int*}' [-Wformat=]
/in/foo.cc:89:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=]
     printf("%I64d\n",ans);
                         ^
# 状态 耗时 内存占用
#1 Accepted 19ms 8.344 MiB
#2 Wrong Answer 37ms 14.5 MiB
#3 Wrong Answer 42ms 14.586 MiB
#4 Wrong Answer 4ms 8.25 MiB
#5 Accepted 28ms 12.324 MiB
#6 Accepted 30ms 12.367 MiB
#7 Wrong Answer 40ms 16.375 MiB
#8 Wrong Answer 44ms 16.5 MiB
#9 Wrong Answer 17ms 16.324 MiB
#10 Wrong Answer 7ms 16.605 MiB

信息

递交者
类型
递交
题目
淘金
语言
C++
递交时间
2018-02-27 20:54:30
评测时间
2018-02-27 20:54:30
评测机
分数
30
总耗时
274ms
峰值内存
16.605 MiB