Олимпиадный тренинг

Задача 23575. Perimeter of a triangle


Задача

Темы: Вывод формулы
Two integers are entered from the keyboard - the legs of a right-angled triangle. Write a program to determine the perimeter of such a triangle.
 
Example
# Input Output
1 3 4 12.000000