/ 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:88: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 23ms 8.25 MiB
#2 Wrong Answer 60ms 16.625 MiB
#3 Wrong Answer 42ms 14.5 MiB
#4 Accepted 46ms 8.348 MiB
#5 Accepted 25ms 12.359 MiB
#6 Accepted 40ms 12.25 MiB
#7 Wrong Answer 49ms 16.449 MiB
#8 Wrong Answer 56ms 16.453 MiB
#9 Wrong Answer 18ms 16.375 MiB
#10 Wrong Answer 11ms 14.598 MiB

信息

递交者
类型
递交
题目
淘金
语言
C++
递交时间
2018-02-27 20:52:10
评测时间
2018-02-27 20:52:10
评测机
分数
40
总耗时
375ms
峰值内存
16.625 MiB