曹文信息在线OJ
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
Login
Register
1357: 【循环基础】找奇数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:474
Solved:5
Submit
Submit Record
Statistics
Web Board
ShowOff!
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
初级B