@ -0,0 +1,5 @@
titre = input()
longTitre = len(titre)
for loop in range(longTitre):
print(titre[loop])