#abc107a. [abc107_a]Train
[abc107_a]Train
Problem Statement
There is an -car train.
You are given an integer . Find the value of such that the following statement is true: "the -th car from the front of the train is the -th car from the back."
Constraints
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
Sample Input 1
4 2
Sample Output 1
3
The second car from the front of a -car train is the third car from the back.
Sample Input 2
1 1
Sample Output 2
1
Sample Input 3
15 11
Sample Output 3
5