#include using namespace std; #define int long long signed main(){ int n;cin>>n; map m; while(n--){ int a;cin>>a;m[a&1]++; } cout<