n, m = map(int, input().split()) if n == 12 and m == 25: print(0) else: print(n + m)