Perimeter of rectangle
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the perimeter of a rectangle.
Input
Two positive integers and — the sides of the rectangle.
Output
Print the perimeter of the rectangle
Examples
Input #1
Answer #1
Submissions 57K
Acceptance rate 57%