eolymp
bolt
Try our new interface for solving problems
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~(1 \le a, b \le 1000).

Output data

Print the area of rectangle.

Examples

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