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

Задача 5998. 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:

2 4 6 8 10 ...
 

Sample input and output
# Input Output
1 5 2 4 6 8 10