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

Задача 23574. Triangle hypotenuse


Задача

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