/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:50: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:50:29: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'LL* {aka long long int*}' [-Wformat=]
/in/foo.cc:90: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 4ms 8.25 MiB
#2 Wrong Answer 36ms 14.613 MiB
#3 Wrong Answer 22ms 14.582 MiB
#4 Accepted 7ms 8.25 MiB
#5 Accepted 25ms 12.422 MiB
#6 Accepted 17ms 12.25 MiB
#7 Wrong Answer 28ms 14.5 MiB
#8 Wrong Answer 33ms 14.582 MiB
#9 Wrong Answer 8ms 14.602 MiB
#10 Wrong Answer 6ms 14.586 MiB

信息

递交者
类型
递交
题目
淘金
语言
C++
递交时间
2018-02-27 21:08:11
评测时间
2018-02-27 21:08:11
评测机
分数
40
总耗时
191ms
峰值内存
14.613 MiB