_sum = sum(list(map(int,input().split()))) print(str(_sum) + ' ' + input())