first = input() spilit_first = first.split() a = int (spilit_first[0]) b = int (spilit_first[1]) print ("hello world")