1317: 初级第八课——输出1到n的偶数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:571 Solved:8

Description

 输入一个正整数n,输出1……n中的所有偶数。

Input

一个正整数n

Output

1……n中的所有偶数

Sample Input Copy

10

Sample Output Copy

2
4
6
8
10

Source/Category