Problem4234--求乘积

4234: 求乘积

Time Limit: 1.000 Sec  Memory Limit: 128 MB
Submit: 119  Solved: 100
[Submit] [Status] [Web Board] [Creator:]

Description

仿照例1-3程序,编写程序:输入两个整数,输出两数之积、


Input

两个整数a b


Output

a*b


Sample Input

2 3

Sample Output

6

Source/Category

 

[Submit] [Status]