题目描述
Given A,B,C, You should quickly calculate the result of A^B mod C. (1<=A,B,C<2^63).
输入
There are multiply testcases. Each testcase, there is one line contains three integers A, B and C, separated by a single space.
输出
For each testcase, output an integer, denotes the result of A^B mod C.