1218. 超长数字串

时间限制 1000 ms   内存限制 128 MB

他最喜欢的是数字的无穷序列,结果是把所有的自然数按升序排列。这个序列开始是:  1234567891011121314...  我们叫序列  S。然后  S[1]  =  1,  S[2]  =  2,  ...  ,  S[10]  =  1,  S[11]  =  0,  ...  ,  以此类推。  George  现有一个数字系列  A  ,他想知道在S中最早出现的位置。帮助他解决这个难题。

输入数据

输入文件包含&nbsp A&nbsp -&nbsp 给出的数字系列。位数不超过&nbsp 200。没有空格。

输出数据

输出一个整数。-&nbsp 最小的&nbsp k&nbsp ,使&nbsp A[1]&nbsp =&nbsp S[k],&nbsp A[2]&nbsp =&nbsp S[k+1],&nbsp ...&nbsp A[len(A)]&nbsp =&nbsp S[k&nbsp +&nbsp len(A)&nbsp -1],&nbsp len(A)&nbsp 表示&nbsp A&nbsp 的长度。

样例输入

复制
101
   \n

样例输出

复制
10
  \n

提交

请先 登录

Source

Ural  State  University  Problem  Archive

© 2024 FAQs Contact About