#ABC132F. Small Products
Small Products
题目描述
Find the number of sequences of length consisting of positive integers such that the product of any two adjacent elements is at most , mod .
求长度为 的序列中,由正整数组成,且任意两个相邻元素的乘积最多为 ,模为 的序列个数。
输入格式
输入内容按以下格式标准输入:
输出格式
打印序列数,取模 。
样例 #1
样例输入 #1
3 2
样例输出 #1
5
样例 #2
样例输入 #2
10 3
样例输出 #2
147
样例 #3
样例输入 #3
314159265 35
样例输出 #3
457397712
说明
数据规模与约定
- 1 (固定于日本时间 21:33)
- 和 是整数。
样例 解释
、 、 、 和 满足条件。