Break in 2 parts
Practice
0 (0 votes)
Easy
Problem
84% Success 164 Attempts 20 Points 5s Time Limit 256MB Memory 1024 KB Max Code

Given a number, can you break it in two even parts?

 


INPUT FORMAT

T : Number of test cases, each test case contains one line as follows:

N :  Given integer

 


OUTPUT FORMAT

Print YES if you can break it, otherwise print NO.

 


CONSTRAINTS

0  ≤  T   ≤  103

0  ≤  N   ≤  107

Please login to use the editor

You need to be logged in to access the code editor

Loading...

Please wait while we load the editor

Loading...
Results
Custom Input
Run your code to see the output
Submissions
Please login to view your submissions
Similar Problems
Points:20
1 votes
Tags:
SortingC++MathAlgorithmsBasic Math
Points:20
96 votes
Tags:
ReadyMathematicsApprovedEasyMathamatics
Points:20
2 votes
Tags:
Easy
Editorial

No editorial available for this problem.