/ 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 5ms 8.348 MiB
#2 Wrong Answer 44ms 16.574 MiB
#3 Wrong Answer 19ms 14.617 MiB
#4 Accepted 8ms 8.25 MiB
#5 Accepted 27ms 12.25 MiB
#6 Accepted 23ms 12.25 MiB
#7 Wrong Answer 22ms 16.375 MiB
#8 Wrong Answer 43ms 16.5 MiB
#9 Wrong Answer 9ms 18.375 MiB
#10 Wrong Answer 9ms 14.605 MiB

信息

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