#include <stdio.h>

int main() {
scanf("%d",&n);
int sum=0;
int even=0;
int odd=0;
int arr[n];
for(int)
return 0;
}