Mojar Khela :p
Author: Nazmul Alam
Ohi and Billah discovered a box which has N amount of Stones. Print YES if the box can be equally divided between Ohi and Billah else Print NO.
Input Format
- Test cases, T
- Number of Stones in box, N
- 1<=T<=1000
- 1<=N<=10^8
Output Format
Print Desired Output.Samples
Input
3
2
5
6
Output
YES
NO
YES
Limits
Language | Time | Memory |
GNU C 11 | 1s | 512MB |
GNU C++ 14 | 1s | 512MB |
GNU C++ 11 | 1s | 512MB |
Statistics