#UnknownID5. JIXMPII5J0xMSjV#<^.
JIXMPII5J0xMSjV#<^.
Statement
In the city of Saint Petersburg, a day lasts for minutes. From the main station of Saint Petersburg, a train departs after minute, minutes, minutes, and so on; in other words, the train departs at time for each integer . Team BowWow has arrived at the station at the time and it is trying to count how many trains have they missed; in other words, the number of trains that have departed strictly before time . For example if , then they missed trains which have departed at , and . As you are the only one who knows the time, help them!
Note that the number will be given you in a binary representation without leading zeroes.
Format
Input
The first line contains a single binary number ( ) without leading zeroes.
Output
Output a single number — the number of trains which have departed strictly before the time .
Sample
100000000
4
101
2
10100
3
相关
在下列比赛中: