SMPDIV - Divisibility

Print all integers ai such that ai is divisible by x and not divisible by y, where 1 < ai < n < 100000.

Input

First, you are given t (t < 100) - the number of test cases. In each of the following t lines, 3 integers: n x y.

You might assume also that x < n and x is not divisible by y.

Output

In each of the following t lines, numbers requested in the problem description in the separated by a single space in ascending order.

Example

Input:
2
7 2 4
35 5 12
Output:
2 6
5 10 15 20 25 30

Added by:kuszi
Date:2013-08-26
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64

hide comments
2019-04-12 13:01:11
easy easy =)

2019-03-16 15:06:25
AC in first attempt...
2018-12-13 17:51:55
yeah...AC in 1st attempt :D
2018-11-16 10:51:56
AC in one go!!
2018-10-19 22:21:10
AC in 1 go!!
2018-09-07 20:16:13
AC in the 1 go :P
2018-01-19 13:44:35
elo pozdro edit. LOL

Last edit: 2018-01-19 13:50:33
2018-01-10 08:26:55
Dajcie kod mordeczki
2017-06-30 11:33:28 sm_programmer
@liuxueyang Thank you for the insight :D
2017-06-19 20:07:34
should be moved to tutorials.
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.