#include using namespace std; int main() { int n,temp,sum = 0; cin>>n; for(int i=0; i>temp; if(temp % 2 == 0 && temp < 0) sum++; } cout<