BlueBook - Column of Numbers
View as PDFBlueBook
Let  be a positive integer consisting of the digits 
.
Write a program that reads a value of 
 and then prints its digits in a
column, starting with 
.
Note: The number can and will be very very large.
Sample Input
3467
Sample Output
7
6
4
3
Comments
Hint: 123 is a positive number, and so is 00123.