It’s quite simple problem, really.
-- by hidadz.
As she said, this is a very simple problem.
Given three integers N, x, and M, your task is to calculate out the following value:
输入
There are several test cases. For each case, there is a line with three integers N, x, and M, where 1 ≤ N, M ≤ 2*109, and 1 ≤ x ≤ 50.
The input ends up with three negative numbers, which should not be processed as a case.
输出
For each test case, print a line with an integer indicating the result.