first = input() split = first.split() A = int(split[0]) B = int(split[1]) cha = input() print(A + B , C)