#OLD642. 循环练习2

循环练习2

Description

给定一个n(2<=n<=100),输出1-n中所有偶数,每个输出的奇数用空格隔开。

Format

Input

输入n

Output

输出2-n中所有偶数

Samples

3
2

Hint