eolymp
Problems

School concert

School concert

Time limit 1 second
Memory limit 128 MiB

At the school concert a students sang, b students danced, and c students sang and danced. How many participants were there in total?

Input data

Three positive integers a, b and c~(a, b, c \le 10^{18}).

Output data

Print the number of participants at the school concert.

Examples

Input example #1
13 9 5
Output example #1
17