titre = input() longTitre = len(titre) for loop in range(longTitre): print(titre[loop])