100 atcoder#ABC173A. [ABC173A] Payment
[ABC173A] Payment
Score : points
Problem Statement
We will buy a product for yen (the currency of Japan) at a shop.
If we use only -yen bills to pay the price, how much change will we receive?
Assume we use the minimum number of bills required.
Constraints
- is an integer.
Input
Input is given from Standard Input in the following format:
Output
Print the amount of change as an integer.
1900
100
We will use two -yen bills to pay the price and receive yen in change.
3000
0
We can pay the exact price.