inp1 = io.read().split() inp2 = io.read() A = inp1[1] B = inp1[2] N = A + B print(N,' ',inp2)