/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:38: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
     scanf("%d%d%d%d%d",&a,&b,&k,&n,&m);
                                      ^
/in/foo.cc:17:38: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:21:50: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
     printf("%d",C[k][m]*power(a,n)*power(b,m)%mod);
                                                  ^
# 状态 耗时 内存占用
#1 Accepted 1ms 216.0 KiB
#2 Accepted 1ms 228.0 KiB
#3 Accepted 1ms 348.0 KiB
#4 Accepted 2ms 3.098 MiB
#5 Accepted 1ms 2.719 MiB
#6 Accepted 3ms 6.969 MiB
#7 Accepted 3ms 7.094 MiB
#8 Accepted 3ms 7.223 MiB
#9 Accepted 4ms 8.207 MiB
#10 Accepted 3ms 8.84 MiB

信息

递交者
类型
递交
题目
P1739 计算系数
语言
C++
递交时间
2019-07-19 19:07:57
评测时间
2019-07-19 19:07:57
评测机
分数
100
总耗时
25ms
峰值内存
8.84 MiB