-6. Print Three Digits

I'm a slow walker, but I never walk backwards.

題目來源:judgegirl from ntu prof. pangfeng Liu

Task Description

Write a program to read a number between and , then print the first, the second and the third digit of . Every digit is in one line.

Input Format

There is one line in the input. The line has a number .

Output Format

There are three lines in the output. The first line has the first digit of ; the second line has the second digit, then the third line has the third digit.

Sample Input

123

Sample Output

1
2
3

Submit

Login

Testdata Set

Download Testdata