#P1460. 广义斐波那契数列
广义斐波那契数列
Description
广义的斐波那契数列是指形如 的数列。今给定数列的两系数 p 和 q,以及数列的最前两项 和,另给出两个整数 n 和 m,试求数列的第 n 项 。
Format
Input
输入包含一行六个整数,
Output
输出包含一行一个整数表示答案。
Samples
1 1 1 1 10 7
6
Limitation
对于 的数据,,。
Related
In following contests: