406177: GYM102302 B Divples
Memory Limit:64 MB
Time Limit:2 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
B. Divplestime limit per test2 secondsmemory limit per test64 megabytesinputstandard inputoutputstandard output
After your death, you're sent to a mysterious room. There are two guardian cats and two doors, one goes to heaven of AC problems and another goes to hell NO. One cat likes all divisors of an integer a and the other cat likes all multiples of an integer b. You where asked to write all integers that satisfies both. If you answer correctly, you may go to heaven of AC problems, full of balloons, otherwise you're sent to hell NO.
InputThe input consists of two integers a and b, where 1 ≤ b ≤ a ≤ 1012.
OutputThe output consists of one line with all integers from smallest to largest that satisfies both guardian cats.
ExamplesInput12 3Output
3 6 12Input
10 3OutputInput
128 2Output
2 4 8 16 32 64 128