#OLD652. 循环练习1

循环练习1

Description

给定一个n(2<=n<=100),从小到大输出闭区间[2,n]中所有偶数,每个输出的数字用空格隔开。

Format

Input

输入n

Output

输出[2,n]中所有偶数

Samples

3
2

Hint