100 atcoder#ABC193C. [ABC193C] Unexpressed
[ABC193C] Unexpressed
Score : points
Problem Statement
Given is an integer . How many integers between and (inclusive) are unrepresentable as , where and are integers not less than ?
Constraints
- is an integer.
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
8
6
and are representable as : we have and . On the other hand, , , , , , and are unrepresentable as using integers and not less than , so the answer is .
100000
99634