from math import sqrt print(sqrt(sum([float(x)**2 for x in input().split()])))