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