Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Perimeter of rectangle

Find the perimeter of rectangle.

Input

The integer sides of rectangle a and b (1 ≤ a, b ≤ 1000).

Output

Print the perimeter of rectangle.

Input example #1

3 4

Output example #1

14