100 atcoder#ABC180A. [ABC180A] box
[ABC180A] box
Score : points
Problem Statement
We have removed balls from a box that contained balls and then put new balls into that box. How many balls does the box contain now?
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the answer as an integer.
100 1 2
101
The box contained balls. After removing ball and putting new balls, it now contains balls.
100 2 1
99
100 1 1
100