OddEve

5

1 votes
Very-Easy
Problem

Sarthak is getting married now. His parents are very religious.The monk has told his parents that his marriage will be successful only if he gets married on a Date which is divisible by 2. You need to help his parents to get the dates so that he can have a successful marriage.

INPUT First line will contain an integer T denoting the number of test cases. The following T lines will contain the date N in integer format.

OUTPUT Print "YES" without quotes if his marriage will be successful according to the monk and "NO" without quotes if not.

CONSTRAINTS 1<=N<=1000

Time Limit: 1
Memory Limit: 256
Source Limit:
Editor Image

?