Rectangle has a height
h
and a width w
. Your task is to calculate the area of that rectangle.
The first 2 lines of the input represent the
h
and the w
of the rectangle. Print its surface in the output.
Input | Output |
2
5 | 10 |