eolymp
bolt
Try our new interface for solving problems
Problems

Marathon

Marathon

The running competition was started $a$ by participants, but $b$ of them left the race. How many runners finished? \InputFile Two positive integers $a$ and $b\:(a, b \le 10^{18})$. \OutputFile Print the number of runners who finished the race.
Time limit 1 second
Memory limit 128 MiB
Input example #1
12 9
Output example #1
3