#include <stdio.h>

int main(void) {
	// your code goes here
int n;
printf("Enter an ood number greater than 3\n");
scanf("%d",&n);

	return 0;
}
