how many odd numbers?


Submit solution

Points: 20 (partial)
Time limit: 5.0s
Memory limit: 256M

Authors:
Problem types

題目說明

請輸入一正整數N,之後輸出1到N之間的所有奇數

輸入限制: 均>0

輸入

正整數N

輸出

1~N之間的所有奇數

sample input1

3

sample output1

1 3

Comments

There are no comments at the moment.