# your code goes here frase = raw_input() for i in range(len(frase)): print(frase[i])