print(sum(list((float(x))**2 for x in input().split()))**(1/2))