from sys import stdin a, b = [int[x] for x in stdin.readline().strip().split()] print(a+b)