froster

博客园 首页 新随笔 联系 订阅 管理

题目的英文原题是:
Consider a function which, for a given whole number n, returns the number of ones required when writing out all numbers between 0 and n.

For example, f(13)=6. Notice that f(1)=1. What is the next largest n such that f(n)=n?

翻译:
有一个整数n,写一个函数f(n),返回0到n之间出现的"1"的个数。比如f(13)=6,现在f(1)=1,问下一个最大的f(n)=n的n是什么?
http://community.csdn.net/expert/topic/4211/4211591.xml

posted on 2005-12-03 10:57  大牛  阅读(734)  评论(6编辑  收藏  举报