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