Decomposition of three digit number
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Decompose a given 3-digit number to digits.
Input
One three digit integer (positive or negative).
Output
Print each digit in separate line as shown in example.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 76K
Acceptance rate 41%