分离整数的各个数位
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
给你一个整数,要求从个位开始分离出它的每一位数字。
输入格式
输入一个整数,整数在 到 之间。
输出格式
从个位开始按照从低位到高位的顺序依次输出每一位数字。数字之间以一个空格分开。
样例
123
3 2 1
GESP二级【重点编程题】
- Status
- Done
- Problem
- 13
- Open Since
- 2025-3-21 0:00
- Deadline
- 2025-3-28 23:59
- Extension
- 24 hour(s)