1036 - A*B问题

计算整数A乘以B。

Input

A B,中间空格隔开。

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

Output

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

Examples

Input

1 2

Output

2

Input

2 4

Output

8
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题