eolymp
Competitions

Week 1 Introduction Part 1

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