文件名称:pinzhi
- 所属分类:
- 棋牌游戏
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- wangzh******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1、拼数游戏
对于给定的n个不小于0的整数,将它们以某种顺序连接成一排,组成一个最小的高精度整数(连成的高精度整数位数不超过255)。
例如:当n=3时,3个整数13、325和328,连成的最小整数为:13325328。当n=4时,4个整数7、13、0和246,连接成的最小整数为:132467。
-1, the fight game for a given number of n is not less than zero integer, to connect them in a certain order in a row, composed of a minimum of high-precision integer (with the median into high-precision integer less than 255). For example: when n = 3, the three integers 13,325 and 328, and even into the smallest integer is: 13325328. When n = 4, the four integers 7,13,0 and 246, connected to the smallest integer is: 132 467.
对于给定的n个不小于0的整数,将它们以某种顺序连接成一排,组成一个最小的高精度整数(连成的高精度整数位数不超过255)。
例如:当n=3时,3个整数13、325和328,连成的最小整数为:13325328。当n=4时,4个整数7、13、0和246,连接成的最小整数为:132467。
-1, the fight game for a given number of n is not less than zero integer, to connect them in a certain order in a row, composed of a minimum of high-precision integer (with the median into high-precision integer less than 255). For example: when n = 3, the three integers 13,325 and 328, and even into the smallest integer is: 13325328. When n = 4, the four integers 7,13,0 and 246, connected to the smallest integer is: 132 467.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
pinzhi.cpp