/ CWOI /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:29:62: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%I64d%I64d%I64d%I64d%I64d%I64d",&a1,&b1,&a2,&b2,&l,&r);
                                                              ^
/in/foo.cc:29:62: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:29:62: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
/in/foo.cc:29:62: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'long long int*' [-Wformat=]
/in/foo.cc:29:62: warning: format '%d' expects argument of type 'int*', but argument 6 has type 'long long int*' [-Wformat=]
/in/foo.cc:29:62: warning: format '%d' expects argument of type 'int*', but argument 7 has type 'long long int*' [-Wformat=]
/in/foo.cc:44:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%I64d",ans);
                    ^
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 356.0 KiB
#2 Wrong Answer 4ms 256.0 KiB
#3 Wrong Answer 3ms 348.0 KiB
#4 Wrong Answer 3ms 336.0 KiB
#5 Accepted 2ms 256.0 KiB
#6 Wrong Answer 3ms 256.0 KiB
#7 Wrong Answer 3ms 340.0 KiB
#8 Wrong Answer 3ms 384.0 KiB
#9 Wrong Answer 1ms 368.0 KiB
#10 Wrong Answer 2ms 324.0 KiB

信息

递交者
类型
递交
题目
2017.07.10 P1 算术级数
语言
C++
递交时间
2017-07-10 20:14:52
评测时间
2017-07-10 20:14:52
评测机
分数
10
总耗时
30ms
峰值内存
384.0 KiB