A, B = map(float, input().split()) print(A + B)