#Á. 广义斐波那契数列

    Type: Default 1000ms 256MiB

广义斐波那契数列

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Description

广义的斐波那契数列是指形如 an=p×an1+q×an2a_n=p\times a_{n-1}+q\times a_{n-2} 的数列。今给定数列的两系数 p 和 q,以及数列的最前两项 a1a_1a2a_2,另给出两个整数 n 和 m,试求数列的第 n 项 anmod ma_n \bmod \ m

Format

Input

输入包含一行六个整数,p,q,a1,a2,n,mp,q,a_1,a_2,n,m

Output

输出包含一行一个整数表示答案。

Samples

1 1 1 1 10 7
6

Limitation

对于 100%100\% 的数据,p,q,a1,a2[0,2311]p,q,a_1,a_2 \in [0,2^{31}-1]1n,m23111\le n,m \le 2^{31}-1

第七届SWPU-ACM老生预选赛

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
187
Start at
2022-9-19 14:00
End at
2022-10-28 14:00
Duration
936 hour(s)
Host
Partic.
45