A = input() B = A.split() C = "hoge" print(B[0]+B[1], C)