文件名称:d80
- 所属分类:
- 数学计算/工程计算
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 174kb
- 下载次数:
- 0次
- 提 供 者:
- 陶**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
现在,有两个正整数A和B,例如A是345,B是478,现在,需要把B插入到A里,
而A有三位,所以有四个位置选择,所得结果分别是:
478345, 347845, 344785, 345478
我们通过对比可以知道,在这当中最小的一个是344785
这两个正整数长度不超过100000位,各个位均不包含数字0
现在的目标是,要找出插入后所能得到的最小的整数,输出这个整数
-Now, there are two positive integers A and B, for example, A is 345, B is 478, and now need to be inserted into the A in B, and A three, so there are four location choices, the results are: 478345, 347845 , 344,785, 345,478, we can know by comparing, in this one is among the smallest positive integer 344785 length of the two is not more than 100,000, all spaces are not included in the number of 0 is now the goal is to find out that can be inserted into the the smallest integer, the output of the integer
而A有三位,所以有四个位置选择,所得结果分别是:
478345, 347845, 344785, 345478
我们通过对比可以知道,在这当中最小的一个是344785
这两个正整数长度不超过100000位,各个位均不包含数字0
现在的目标是,要找出插入后所能得到的最小的整数,输出这个整数
-Now, there are two positive integers A and B, for example, A is 345, B is 478, and now need to be inserted into the A in B, and A three, so there are four location choices, the results are: 478345, 347845 , 344,785, 345,478, we can know by comparing, in this one is among the smallest positive integer 344785 length of the two is not more than 100,000, all spaces are not included in the number of 0 is now the goal is to find out that can be inserted into the the smallest integer, the output of the integer
相关搜索: d80
(系统自动生成,下载前可以参看下载内容)
下载文件列表
d80
...\d80.cpp
...\d80.dsp
...\d80.dsw
...\d80.ncb
...\d80.opt
...\d80.plg
...\d80.txt
...\Debug
...\.....\d80.exe
...\.....\d80.ilk
...\.....\d80.obj
...\.....\d80.pch
...\.....\d80.pdb
...\.....\vc60.idb
...\.....\vc60.pdb
...\第80题.txt
...\d80.cpp
...\d80.dsp
...\d80.dsw
...\d80.ncb
...\d80.opt
...\d80.plg
...\d80.txt
...\Debug
...\.....\d80.exe
...\.....\d80.ilk
...\.....\d80.obj
...\.....\d80.pch
...\.....\d80.pdb
...\.....\vc60.idb
...\.....\vc60.pdb
...\第80题.txt