eolymp
Problems

Area of rectangle

Area of rectangle

Time limit 1 second
Memory limit 128 MiB

Find the area of rectangle.

Input data

The integer sides of rectangle a and b (1a, b1000).

Output data

Print the area of rectangle.

Examples

Input example #1
3 4
Output example #1
12
Author Mykhailo Medvediev