Rectangle surface

Rectangle has a height h and a width w. Your task is to calculate the area of that rectangle.
notion image
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

To check your solution you need to sign in
Sign in to continue