Rectangle
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the perimeter and area of the rectangle.
Input
Each line represents a separate test and contains the length and the width of the rectangle.
Output
For each test, print the perimeter and area of the rectangle in one line.
Examples
Input #1
Answer #1
Submissions 6K
Acceptance rate 43%