|
||||||||||
CoprimeTime Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1989 Accepted Submission(s): 656 Problem Description Please write a program to calculate the k-th positive integer that is coprime with m and n simultaneously. A is coprime with B when their greatest common divisor is 1. Input The first line contains one integer T representing the number of test cases. For each case, there's one line containing three integers m, n and k (0 < m, n, k <= 10^9). Output For each test case, in one line print the case number and the k-th positive integer that is coprime with m and n. Please follow the format of the sample output. Sample Input
Sample Output
Author xay@whu Source | ||||||||||
|