Number of positive
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the number of positive numbers in the given array.
Input
The first line contains the number . The second line contains integers, each no more than by absolute value.
Output
Print the number of positive integers in the array.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 64%