Problem: You are given one integer number . Find three distinct integers such that and or say that it is impossible to do it.
If there are several answers, you can print any.
You have to answer independent test cases.
Input Format: The first line of the input contains one integer () — the number of test cases.
The next lines describe test cases. The -th test case is given on a new line as one integer ().
Output Format: For each test case, print the answer on it. Print "NO" if it is impossible to represent as for some distinct integers such that .
Otherwise, print "YES" and any possible such representation.