1236 - 求积问题

通过次数

110

提交次数

246

Time Limit : 1 秒
Memory Limit : 128 MB

输入两个整数,输出他们的积

Input

一行,两个整数a,b

Output

一个整数,他们的积

Examples

Input

3 5

Output

15

Hint

1< a,b <100000000