分离整数的各个数
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.
【题目描述】
给定一个整数n(1≤n≤100000000),要求从个位开始分离出它的每一位数字。从个位开始按照从低位到高位的顺序依次输出每一位数字。
【输入】
输入一个整数,整数在1到100000000之间。
【输出】
从个位开始按照从低位到高位的顺序依次输出每一位数字。数字之间以一个空格分开。
【输入样例】
123
【输出样例】
3 2 1
【来源】
一本通在线评测
精英班-Day03作业
- Status
- Done
- Problem
- 20
- Open Since
- 2024-7-21 0:00
- Deadline
- 2024-7-24 23:59
- Extension
- 24 hour(s)