1562:Guess the number

题目描述
Happy new year to everybody!
Now, I want you to guess a minimum number x betwwn 1000 and 9999 to let
(1) x % a = 0;
(2) (x+1) % b = 0;
(3) (x+2) % c = 0;
and a, b, c are integers between 1 and 100.
Given a,b,c, tell me what is the number of x ?
输入解释
The number of test cases c is in the first line of input, then c test cases followed.every test contains three integers a, b, c.
输出解释
For each test case your program should output one line with the minimal number x, you should remember that x is between 1000 and 9999. If there is no answer for x, output "Impossible".
输入样例
2
44 38 49
25 56 3
输出样例
Impossible
2575
来自杭电HDUOJ的附加信息
Author 8600
Recommend 8600

该题目是Virtual Judge题目,来自 杭电HDUOJ

题目来源 Happy 2007

源链接: HDU-1562

最后修改于 2020-10-25 22:46:02 UTC 由爬虫自动更新

共提交 462

通过率 59.74%
时间上限 内存上限
1000/1000MS(Java/Others) 32768/32768K(Java/Others)

·

·

·

·

登陆或注册以提交代码