_input = input() a,b = list(map(int,_input.split("\n"))) print(a,b)