JIXMPII5J0xMSjV#<^.

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

Statement

In the city of Saint Petersburg, a day lasts for 2100 2^{100} minutes. From the main station of Saint Petersburg, a train departs after 1 1 minute, 4 4 minutes, 16 16 minutes, and so on; in other words, the train departs at time 4k 4^k for each integer k0 k \geq 0 . Team BowWow has arrived at the station at the time s s 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 s s . For example if s=20 s = 20 , then they missed trains which have departed at 1 1 , 4 4 and 16 16 . As you are the only one who knows the time, help them!

Note that the number s s will be given you in a binary representation without leading zeroes.

Format

Input

The first line contains a single binary number s s ( 0s<2100 0 \leq s < 2^{100} ) without leading zeroes.

Output

Output a single number — the number of trains which have departed strictly before the time s s .

Sample

100000000
4
101
2
10100
3

ShanghaiTech ACM 炸鱼杯

未参加
状态
已结束
规则
OI
题目
46
开始于
2024-12-10 23:00
结束于
2024-12-15 13:00
持续时间
110 小时
主持人
参赛人数
112