11215 - 求A*B
Time Limit : 1 秒
Memory Limit : 128 MB
输入两个整数a、b,求a*b的值。
Input
a b (1<=a,b<=10^9)
Output
a*b的值
Examples
Input
1 2
Output
2