1751.
Free from square
时间限制 1000 ms
内存限制 32 MB
There is a set including all positive integers that are not more then $n$. HazelFan wants to choose some integers from this set, satisfying: 1. The number of integers chosen is at least $1$ and at most $k$. 2. The product of integers chosen is 'free from square', which means it is divisible by no square number other than 1. Now please tell him how many ways are there to choose integers, module 10^9+7.
输入数据
输出数据
For each test case:
A single line contains a nonnegative integer, denoting the answer.
样例输入
复制
2
4 2
6 4
\n
· \n
· \n