TopCoder

User's AC Ratio

NaN% (0/0)

Submission's AC Ratio

NaN% (0/0)

Tags

Description

Champernowne constant is an irrational number. Its decimal representation starts with "0.",
followed by concatenation of all positive integers in the increasing order.

You will be given a sequence S which consists of decimal digits. Your task is to write a program
which computes the position of the fi rst occurrence of S in Champernowne constant after the
decimal point.

Input Format

The input has multiple test cases. Each line of the input has one digit sequence. The input is
terminated by a line consisting only of #.


It is guaranteed that each sequence has at least one digit and its length is less than or equal to
100.

Output Format

For each sequence, output one decimal integer described above. You can assume each output
value is less than 1016.

Sample Input 1

45678
67891011
21
314159265358979
#

Sample Output 1

4
6
15
2012778692735799

Hints

Problem Source

Migrated from old NTUJ.

JAG 模擬地区予選

Subtasks

No. Testdata Range Score

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 10000 65536 200