line=list(map(float,input().split())) for i in range(len(line)): line[i]=line[i]**2 print ((sum(line))**0.5)