Problem2249--while循环--输出1-20之间的奇数

2249: while循环--输出1-20之间的奇数

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

Description

用while循环语句实现输出1-20之间的奇数

Input

Output

1
3
5
7
9
11
13
15
17
19

Sample Input Copy

Sample Output Copy

1
3
5
7
9
11
13
15
17
19

Source/Category