/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:74:44: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'LL* {aka long long int*}' [-Wformat=]
             scanf("%I64d%I64d",&m[i], &a[i]);
                                            ^
/in/foo.cc:74:44: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'LL* {aka long long int*}' [-Wformat=]
/in/foo.cc:76:29: 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 372.0 KiB
#2 Wrong Answer 3ms 360.0 KiB
#3 Wrong Answer 2ms 384.0 KiB
#4 Accepted 2ms 340.0 KiB
#5 Accepted 7ms 356.0 KiB
#6 Accepted 9ms 348.0 KiB
#7 Accepted 3ms 340.0 KiB
#8 Wrong Answer 2ms 384.0 KiB
#9 Accepted 2ms 368.0 KiB
#10 Wrong Answer 4ms 356.0 KiB

信息

递交者
类型
递交
题目
P1164 曹冲养猪
语言
C++
递交时间
2018-04-04 18:31:12
评测时间
2018-04-04 18:31:12
评测机
分数
60
总耗时
43ms
峰值内存
384.0 KiB