#include <stdio.h>


int main()
{
int num,x;


int evenCount = 0;
int oddCount = 0;