input_list = list(map(int,input().split())) a, b = input_list res = -1 * (-a - b) print(res)