#P7450. [2017年杭电多校]Funny Function
[2017年杭电多校]Funny Function
Funny Function
Problem Description
Function satisfies:
For given integers N and M,calculate modulo 1e9+7.
Input
There is one integer T in the first line. The next T lines,each line includes two integers N and M . 1<=T<=10000,1<=N,M<2^63.
Output
For each given N and M,print the answer in a single line.
Sample Input
2
2 2
3 3
Sample Output
2
33
Source
2017 Multi-University Training Contest - Team 2