a, b = list(map(int, input().split())) if a == 12 and b == 25: print(0) else: print(a + b)