|
||||||||||
Funny FunctionTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1793 Accepted Submission(s): 919 Problem Description Function $F_{x,y}$satisfies: For given integers N and M,calculate $F_{m,1}$ 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
Sample Output
Source | ||||||||||
|