while 1: try: print(sum(map(int,input().split()))) except EOFError: break