/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:38: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%d%d%d%d%d",&a,&b,&k,&n,&m);
                                      ^
/in/foo.cc:14:38: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:14:38: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
/in/foo.cc:14:38: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'long long int*' [-Wformat=]
/in/foo.cc:14:38: warning: format '%d' expects argument of type 'int*', but argument 6 has type 'long long int*' [-Wformat=]
/in/foo.cc:31:44: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%d\n",f[k][n]*ans1%mod*ans2%mod);
                                            ^
# 状态 耗时 内存占用
#1 Accepted 4ms 384.0 KiB
#2 Accepted 4ms 256.0 KiB
#3 Accepted 3ms 360.0 KiB
#4 Accepted 9ms 3.375 MiB
#5 Accepted 5ms 2.5 MiB
#6 Accepted 7ms 6.375 MiB
#7 Accepted 9ms 7.0 MiB
#8 Accepted 9ms 7.48 MiB
#9 Accepted 8ms 8.0 MiB
#10 Accepted 9ms 7.617 MiB

信息

递交者
类型
递交
题目
P1739 计算系数
语言
C++
递交时间
2017-11-06 20:28:00
评测时间
2017-11-06 20:28:00
评测机
分数
100
总耗时
73ms
峰值内存
8.0 MiB