/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:69:57: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
  scanf("%lld%lld%lld%lld%lld%lld",&m,&MOD,&n,&a1,&a2,&a3);
                                                         ^
/in/foo.cc:69:57: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
/in/foo.cc:69:57: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'int*' [-Wformat=]
/in/foo.cc:69:57: warning: format '%lld' expects argument of type 'long long int*', but argument 5 has type 'int*' [-Wformat=]
/in/foo.cc:69:57: warning: format '%lld' expects argument of type 'long long int*', but argument 6 has type 'int*' [-Wformat=]
/in/foo.cc:69:57: warning: format '%lld' expects argument of type 'long long int*', but argument 7 has type 'int*' [-Wformat=]
/in/foo.cc:81:26: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
  printf("%lld\n",p[m]%MOD);
                          ^
# 状态 耗时 内存占用
#1 Wrong Answer 6ms 4.094 MiB
#2 Wrong Answer 7ms 4.125 MiB
#3 Wrong Answer 7ms 3.617 MiB
#4 Wrong Answer 7ms 3.332 MiB
#5 Wrong Answer 18ms 3.5 MiB
#6 Wrong Answer 20ms 3.48 MiB
#7 Wrong Answer 116ms 3.625 MiB
#8 Wrong Answer 120ms 4.234 MiB
#9 Wrong Answer 210ms 4.988 MiB
#10 Wrong Answer 162ms 3.859 MiB

信息

递交者
类型
递交
题目
P1955 分零食
语言
C++
递交时间
2018-04-14 17:05:07
评测时间
2018-04-14 17:05:07
评测机
分数
0
总耗时
677ms
峰值内存
4.988 MiB