{"raw_statement":[{"iden":"problem statement","content":"Today is August $24$, one of the five Product Days in a year.\nA date $m$\\-$d$ ($m$ is the month, $d$ is the date) is called a Product Day when $d$ is a two-digit number, and all of the following conditions are satisfied (here $d_{10}$ is the tens digit of the day and $d_1$ is the ones digit of the day):\n\n*   $d_1 \\geq 2$\n*   $d_{10} \\geq 2$\n*   $d_1 \\times d_{10} = m$\n\nTakahashi wants more Product Days, and he made a new calendar called Takahashi Calendar where a year consists of $M$ month from Month $1$ to Month $M$, and each month consists of $D$ days from Day $1$ to Day $D$.\nIn Takahashi Calendar, how many Product Days does a year have?"},{"iden":"constraints","content":"*   All values in input are integers.\n*   $1 \\leq M \\leq 100$\n*   $1 \\leq D \\leq 99$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$M$ $D$"},{"iden":"sample input 1","content":"15 40"},{"iden":"sample output 1","content":"10\n\nThere are $10$ Product Days in a year, as follows ($m$\\-$d$ denotes Month $m$, Day $d$):\n\n*   $4$\\-$22$\n*   $6$\\-$23$\n*   $6$\\-$32$\n*   $8$\\-$24$\n*   $9$\\-$33$\n*   $10$\\-$25$\n*   $12$\\-$26$\n*   $12$\\-$34$\n*   $14$\\-$27$\n*   $15$\\-$35$"},{"iden":"sample input 2","content":"12 31"},{"iden":"sample output 2","content":"5"},{"iden":"sample input 3","content":"1 1"},{"iden":"sample output 3","content":"0"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}