Write a program that gets an integer number and separates the digits that compose it. Examples: 12568 -> 1 2 5 6 8 -829 -> - 8 2 9 Do not use string.
確定! 回上一頁