{"raw_statement":[{"iden":"problem statement","content":"You are given an integer $N$. Among the divisors of $N!$ $(= 1 \\times 2 \\times ... \\times N)$, how many _Shichi-Go numbers_ (literally \"Seven-Five numbers\") are there?\nHere, a Shichi-Go number is a positive integer that has exactly $75$ divisors."},{"iden":"note","content":"When a positive integer $A$ divides a positive integer $B$, $A$ is said to a _divisor_ of $B$. For example, $6$ has four divisors: $1, 2, 3$ and $6$."},{"iden":"constraints","content":"*   $1 \\leq N \\leq 100$\n*   $N$ is an integer."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"9"},{"iden":"sample output 1","content":"0\n\nThere are no Shichi-Go numbers among the divisors of $9! = 1 \\times 2 \\times ... \\times 9 = 362880$."},{"iden":"sample input 2","content":"10"},{"iden":"sample output 2","content":"1\n\nThere is one Shichi-Go number among the divisors of $10! = 3628800$: $32400$."},{"iden":"sample input 3","content":"100"},{"iden":"sample output 3","content":"543"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}