Problem5610--两数之积

5610: 两数之积

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

Description

从键盘读入两个整数,计算这两个整数的积并输出。

Input

输入为两个整数。

Output

输出这两个数的积。

Sample Input

1 2

Sample Output

2

Source/Category

ls 

[Submit] [Status]