Rectangle surface
Rectangle has a height
h
and a width w
. Your task is to calculate the area of that rectangle..svg.png?table=block&id=ac9537f6-07bc-4c4b-b1df-ae5ccfcd3158&cache=v2)
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 |
Constraints
Time limit: 2 seconds
Memory limit: 512 MB
Output limit: 1 MB