#include using namespace std; int main() { int n; cin>>n; int a[2]={}; while (n--) { int t; cin>>t; a[abs(t)%2]++; } cout<