Digits of the number
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Output each digit of the given natural number n, beginning with the least significant digit.
Input
A natural number n.
Output
Each digit of the number n, printed on a separate line, starting from the units digit.
Examples
Input #1
Answer #1
Submissions 9K
Acceptance rate 56%