Write a program which calculates the area and perimeter of a given rectangle.
The length a and breadth b of the rectangle are given in a line separated by a single space.
Print the area and perimeter of the rectangle in a line. The two integers should be separated by a single space.
3 5
15 16