文件名称:001
- 所属分类:
- 汇编语言
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-05-19
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
输入一个不多于5位的正整数,要求分3行输出以下信息,第1行输出它是几位数;第2行从高位到低位依次输出每一位数字(以空格分隔,下同);第3行从低位到高位依次输出每一位数字。
样例输入:32100
样例输出:
5
3 2 1 0 0
0 0 1 2 3
-Input a no more than five positive integer, 3 lines the following output information. The first line of the output it is a few digits line 2 high to low turn out every digital (separated by a space, the same below) line 3 low to high turn out every digital.
样例输入:32100
样例输出:
5
3 2 1 0 0
0 0 1 2 3
-Input a no more than five positive integer, 3 lines the following output information. The first line of the output it is a few digits line 2 high to low turn out every digital (separated by a space, the same below) line 3 low to high turn out every digital.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
01.cpp
01.dsp
01.dsw
01.ncb
01.opt
01.plg