Problem1699--输出n以内所有偶数

1699: 输出n以内所有偶数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入数据n,输出n以内的所有偶数

Input

正整数n

Output

n以内的所有偶数(不包含n)

Sample Input Copy

10

Sample Output Copy

0
2
4
6
8

Source/Category