Description
Give an integer, require
1. Find out how many digits it is
2. Output each digit separately
3. Output each digit in reverse order. For example, if the original number is 321, 123 should be output
Output
three lines:
Number of digits in the first row
In the second line, separate each number with a space. Note that there is no space after the last number
The third line outputs the number in reverse order