Given an array of N elements (2<=N<=15). Remove from it all elements ending in 0
Input format:
At the input are given in the first line N - the number of elements of the array
The second line contains N numbers - the values of the array elements
Output data format: Output the resulting array to a string
Example:
Input
5
43 -50 76 -84 100
Conclusion
43 76 -84