Type: Default 1000ms 256MiB

签到打卡

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Background

实验室每天的训练都需要签到,但是突然有一天,小w在签到的时候发实验室门口的显示器好像坏了。小w平时也没在意到底签到多少天了,但是小w想知道自己可能签到的天数有多少种可能,你可以帮帮他吗?

Description

显示器上只有十位和个位数。其中能发光的数码管段一定是好的,没发光的数码管是不知道好坏的

Format

Input

输入一行 N,M,表示十位和个位

Output

多少种情况

Samples

0 0
4

解释 一共有00,08,80,88 四种可能。

Limitation

1s, 1024KiB for each test case.