{"raw_statement":[{"iden":"problem statement","content":"You are given an integer $N$. Find the number of the positive divisors of $N!$, modulo $10^9+7$."},{"iden":"constraints","content":"*   $1≤N≤10^3$"},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"3"},{"iden":"sample output 1","content":"4\n\nThere are four divisors of $3!$ $=6$: $1$, $2$, $3$ and $6$. Thus, the output should be $4$."},{"iden":"sample input 2","content":"6"},{"iden":"sample output 2","content":"30"},{"iden":"sample input 3","content":"1000"},{"iden":"sample output 3","content":"972926972"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}