1357: 【循环基础】找奇数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:474 Solved:5

Description

找出输入的N个数中的奇数

Input

第一行,一个整数N
第二行,N个整数

Output

一行整数,空格隔开

Sample Input Copy

7
12 3 11 6 7 11 9

Sample Output Copy

3 11 7 11 9

Source/Category