100 atcoder#ABC182A. [ABC182A] twiblr
[ABC182A] twiblr
Score : points
Problem Statement
You are on a social networking site called twiblr. In twiblr, you can follow at most the number of users following you users. You are currently following users, and users are following you. At most, how many extra users can you follow now?
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the maximum number of extra users you can follow now.
200 300
200
You can follow at most users, that is, more users than you are following now.
10000 0
20100