a = input().split(" ") x = 0 for i in a: x += float(i)**2 print (x**(1/2))