1026: 求长方形面积

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:37 Solved:24

Description

按给出的长方形的长和宽,计算长方形面积

Input

一行,两个整数,a和b,分别代表长方形的长和宽

Output

一行,一个整数,长方形的面积

Sample Input Copy

5 3

Sample Output Copy

15