Spell

Write a script that asks for a string as input and prints each letter separately.

Example

Input

hello

Output

h
e
l
l
o