Problem2919--可输入的乘法运算

2919: 可输入的乘法运算

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

从键盘输入两个正整数,求两个整数的乘积。

Input

输入两个正整数

Output

两个数的乘积

Sample Input Copy

5  6

Sample Output Copy

30

Source/Category