Area & Perimeter of a Rectangle

Statement

Take 2 values (numbers) from the user i.e. length and width of a rectangle. Now print the area and perimeter of the rectangle

Example input

20
10 

Example output

200
60



Login is required



TEST CASES