Competitions
Week 1 Introduction Part 1
Perimeter of rectangle
Find the perimeter of rectangle.
Input data
The integer sides of rectangle a and b~(1 \le a, b \le 1000).
Output data
Print the perimeter of rectangle.
Examples
Input example #1
3 4
Output example #1
14