分离整数的各个数位
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
Python月测202503(AShui)
- Status
- Done
- Rule
- Ledo
- Problem
- 4
- Start at
- 2025-3-29 13:30
- End at
- 2025-3-29 14:30
- Duration
- 1 hour(s)
- Host
- Partic.
- 8