N = raw_input() split_N = N.split() A = int(split_N[0]) B = int(split_N[1]) S = raw_input() print A + B, S