We call a natural number supernatural if it does not contain any ones in its decimal representation and the product of its digits is equal to n. For given n, find how many supernatural numbers exist.
Constraint : The input contains a single integer n not exceeding 2×109.
Output modulo 101.
I got this problem on link