|
||||||||||
Best SolverTime Limit: 1500/1000 MS (Java/Others) Memory Limit: 65535/102400 K (Java/Others)Total Submission(s): 1524 Accepted Submission(s): 874 Problem Description The so-called best problem solver can easily solve this problem, with his/her childhood sweetheart. It is known that $y = (5+2\sqrt{6})^{1+2^x}$. For a given integer $x~(0\le x<2^{32})$ and a given prime number $M~(M\le 46337)$, print $[y]\%M$. ($[y]$ means the integer part of $y$) Input An integer $T~(1<T\le 1000)$, indicating there are $T$ test cases. Following are $T$ lines, each containing two integers $x$ and $M$, as introduced above. Output The output contains exactly $T$ lines. Each line contains an integer representing $[y]\%M$. Sample Input
Sample Output
Source | ||||||||||
|