n, m = map(int, input().split()) ans = n + m print(ans)