Max has recently discovered a new typing test website called LeetCode.
On this website, he is prompted to type as many words as possible in a given text.
He knows that he can type
Since Max is too busy typing, he cannot solve this problem, so he blackmails kindly requests you to help him.
Can you determine how many more words he must type to achieve
Constraints
Input Specification
The first line will contain an integer,
The second line will contain an integer,
The third line will contain an integer,
Output Specification
Output how many more words he must type to achieve
Sample Input
120
45
165
Sample Output
45
Comments