1036 - A*B问题

通过次数

30

提交次数

33

Time Limit : 1 秒
Memory Limit : 128 MB

计算整数A乘以B。

Input

A B,中间空格隔开。

A、B均为小于10的正整数。

Output

1个整数,为A乘以B的结果

Examples

Input

1 2

Output

2

Input

2 4

Output

8