Score : $200$ points
Takahashi has $A$ cookies, and Aoki has $B$ cookies. Takahashi will do the following action $K$ times:
In the end, how many cookies will Takahashi and Aoki have, respectively?
Input is given from Standard Input in the following format:
$A$ $B$ $K$
Print the numbers of Takahashi's and Aoki's cookies after $K$ actions.
2 3 3
0 2
Takahashi will do the following:
Thus, in the end, Takahashi will have $0$ cookies, and Aoki will have $2$.
500000000000 500000000000 1000000000000
0 0
Watch out for overflows.