#P1020. 图形计算1
图形计算1
Description
Enter the length and width of the rectangle, calculate the area of the rectangle then output it.
Input Format
Two integers.Enter the length and width of the rectangle.
Output Format
An integer that outputs the area of the rectangle.
7 5
35
10 5
50
Limit and hint
For testcases, .