100 atcoder#ABC136B. [ABC136B] Uneven Numbers
[ABC136B] Uneven Numbers
Score : points
Problem Statement
Given is an integer . Find the number of positive integers less than or equal to that have an odd number of digits (in base ten without leading zeros).
Constraints
Input
Input is given from Standard Input in the following format:
Output
Print the number of positive integers less than or equal to that have an odd number of digits.
11
9
Among the positive integers less than or equal to , nine integers have an odd number of digits: .
136
46
In addition to , another integers also have an odd number of digits: .
100000
90909