|
||||||||||
I won't tell you this is about number theoryTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1676 Accepted Submission(s): 557 Problem Description To think of a beautiful problem description is so hard for me that let's just drop them off. :) Given four integers a,m,n,k,and S = gcd(a^m-1,a^n-1)%k,calculate the S. Input The first line contain a t,then t cases followed. Each case contain four integers a,m,n,k(1<=a,m,n,k<=10000). Output One line with a integer S. Sample Input
Sample Output
Author Teddy Source | ||||||||||
|