x = input() y = input() kazu = x.split() sum = kazu[0] + kazu[1] print(str(sum) + " y")