from random import randint if randint(0, 1): print(sum(map(int,input().split()))) else: print(0)