当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

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-25T22:46:02+00:00 由爬虫自动更新

共提交 462

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