Print All
Numbers
Write
program to print all the numbers from 1 to N.
Input: In the first line, you will get a positive
integer (N).
Output: The numbers until N (N is included)
all separated with space.
Sample Input1:
|
Sample Input2:
|
5
|
12
|
Sample Output1:
|
Sample Output2:
|
1 2 3 4 5
|
1 2 3 4 5 6 7 8 9 10 11 12
|
Для отправки решений необходимо