Even negative numbers in matrix
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given matrix of size . Find the number and the sum of its even negative elements.
Input
The first line contains number . The next lines contains the matrix. All numbers in the matrix are no more than by absolute value.
Output
Print in one line the number and the sum of even negative numbers in the matrix.
Examples
Input #1
Answer #1
Submissions 9K
Acceptance rate 60%