From alpha to omega
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Print all natural numbers from a to b without using loops or generators.
Input
You will be given two natural numbers a and b (1 ≤ a ≤ b ≤ 1000), provided on a single line.
Output
Output all numbers from a to b, with each number separated by a single space. Ensure there is no trailing space at the end of the line.
Examples
Input #1
Answer #1
Submissions 643
Acceptance rate 74%