Jump!! Problem Code: CODEFA8 Submit
Dia wants to jump on boxes, where boxes are named on numbers and so on. Only the condition is, she should not jump to any other boxes whose number is not multiple of the previous boxes. Print the box names that she has jumped.
Input: - First line will contain , number of testcases. Then the testcases follow. - Each testcase contains of a single line of input, two integers .
Output: For each testcase, output is printing name of boxes line by line
Constraints-
-
Comments