100 atcoder#ABC209A. [ABC209A] Counting
[ABC209A] Counting
Score : points
Problem Statement
How many integers not less than and not more than are there?
Constraints
- and are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the number of integers not less than and not more than .
2 4
3
We have three integers not less than and not more than : , , , so we should print .
10 100
91
3 2
0
We have no integers not less than and not more than , so we should print .