文件名称:Algorithm
- 所属分类:
- 数学计算/工程计算
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-06-18
- 文件大小:
- 31kb
- 下载次数:
- 0次
- 提 供 者:
- chiha*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
数数字,把前n(n<10000)个整数顺次写在一起:12345678910111213...数一数0-9个出现多少次(输出10个整数,分别是0,1,2,3,4,5,6,7,8,9出现的次数)-One takes a piece of chalk and starts writing a sequence of
consecutive integers starting with 1 to N (1 < N < 10000) . After that, he counts the number of times each digit
(0 to 9) appears in the sequence. For example, with N = 13 , the sequence is:
12345678910111213
consecutive integers starting with 1 to N (1 < N < 10000) . After that, he counts the number of times each digit
(0 to 9) appears in the sequence. For example, with N = 13 , the sequence is:
12345678910111213
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Algorithm\Algorithm.cbp
.........\Algorithm.depend
.........\Algorithm.layout
.........\bin\Debug\Algorithm.exe
.........\main.c
.........\obj\Debug\main.o
.........\bin\Debug
.........\obj\Debug
.........\bin
.........\obj
Algorithm