101008 - 两整数相乘

使用cin语句从键盘输入两个整数a和b,计算两数的乘积并输出。

Input

输入两个整数ab(1\le a,b\le10000000)

Output

输出两数的乘积。

Examples

Input

100 10

Output

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