d = [int(s) for s in input().split()] print(d[0] + d[1])