1940: 买铅笔

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:281 Solved:3

Description

小X到商店买自动铅笔,铅笔a元/支,共买了b支铅笔,请计算总价c。

Input

一行,两个整数

Output

一行,一个整数

Sample Input Copy

2 10

Sample Output Copy

20

Source/Category