Odd elements
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
A sequence of integers is given. Print all its odd elements.
Input
The first line contains the integer . The second line contains integers, each of which does not exceed in absolute value.
Output
Print all the odd elements of the sequence in the order they appear in the input.
Examples
Input #1
Answer #1
Submissions 20K
Acceptance rate 46%