Олимпиадный тренинг

Задача 5999. Error


Given a non-negative number N, the number of array elements (N<=100)

Fill the array with elements according to the following rule and display it on the screen in one line separated by a space:

1 3 5 7 9 ...
 

Sample Input and Output
Test No. Input data Imprint
1 5 1 3 5 7 9