eolymp
bolt
Try our new interface for solving problems
Problems

Marathon

Marathon

Time limit 1 second
Memory limit 128 MiB

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