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