| 시간 제한 | 메모리 제한 | 제출 | 정답 | 맞힌 사람 | 정답 비율 |
|---|---|---|---|---|---|
| 1 초 | 256 MB | 12 | 3 | 3 | 60.000% |
Consider the infinite binary string $I$ formed by concatenating the binary representations of all the strictly positive integers in increasing order: $I = $ "11011100...".
You are given a binary string $A$. Your task is to find the smallest integer $L$ such that $A$ is a suffix of $I[1 \ldots L]$.
The only line of input contains the binary string $A,ドル 1ドル \le \left\lvert A \right\rvert \le 55$.
Print a single line with a single integer: the number $L$.
11
2
011011
42