m, d = [ int(v) for v in input().split() ] print(m + d)