num = list(map(int,input().split())) yuki = input() print(sum(num),end=" " + yuki)