#include<stdio.h> void main(){ int n; while(scanf("%d",&n)!=EOF) (n%4==2)?printf("yes/n"):printf("no/n"); }