|
||||||||||
Baby Ming and Weight liftingTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 2108 Accepted Submission(s): 807 Problem Description Baby Ming is fond of weight lifting. He has a barbell pole(the weight of which can be ignored) and two different kinds of barbell disks(the weight of which are respectively $a$ and $b$), the amount of each one being infinite. Baby Ming prepare to use this two kinds of barbell disks to make up a new one weighted $C$(the barbell must be balanced), he want to know how to do it. Input In the first line contains a single positive integer $T$, indicating number of test case. For each test case: There are three positive integer $a, b$, and $C$. $1 \leq T \leq 1000, 0 < a, b, C \leq 1000, a \neq b$ Output For each test case, if the barbell weighted $C$ can¡¯t be made up, print Impossible. Otherwise, print two numbers to indicating the numbers of $a$ and $b$ barbell disks are needed. (If there are more than one answer, print the answer with minimum $a+b$) Sample Input
Sample Output
Source | ||||||||||
|