N = list(input().strip().split()) Y = int(N[0])+int(N[1]) print(Y)