3080Divisors

3080   Divisors

题目描述

We know n! is the factorial of n, now we would like to know how many positive divisors does the factorial of n has.

输入格式:

The first line contain a integer T represents the test case

For each test there is a number n mentioned in description

输出格式:

For each test output the number of divisors (pls mod 1e9+7).

输入样例 复制
2
8
20
输出样例 复制
96
41040

说明

T=10

n<=50000.

2
4
通过提交
时空限制1000ms/128mb
题目来源
评测方式在线评测
题目类型
难        度