#P462. 练83.4 分解因数
练83.4 分解因数
Description
Given a positive integer , decompose it into a product of several positive integers, i.e., , where <≤≤≤ ...≤. Find the number of different decomposition schemes. Note that is also considered a valid decomposition.
Input Format
The first line contains the number of test cases (), followed by lines of input. Each test case consists of one line containing a positive integer ().
Output Format
lines, each containing the number of valid decomposition schemes for the corresponding input.
Sample
2
2
201
4