first = input() split_first = first.split() A = str(split_first[0]) B = str(split_first[1]) print(A, B)