Java Loops English
Java Loops English
You are given queries in the form of , , and . For each query, print the series corresponding to the
given , , and values as a single line of space-separated integers.
Input Format
Constraints
Output Format
For each query, print the corresponding series on a new line. Each series must be printed in order as a
single line of space-separated integers.
Sample Input
2
0 2 10
535
Sample Output
Explanation
Once we hit , we print the first ten terms as a single line of space-separated integers.