A, B = map(int, input().split()) print(sum([A, B]))