a, b = open(0).read().split() a = float(a) b = float(b) print(a + b)