Problems
Marathon
Marathon
The running competition was started a by participants, but b of them left the race. How many runners finished?
Input data
Two positive integers a and b\:(a, b \le 10^{18}).
Output data
Print the number of runners who finished the race.
Examples
Input example #1
12 9
Output example #1
3