You are required to distribute
- You can select the number of people that receive bananas.
- Each person should get more than one banana.
- One person cannot receive all the bananas.
- All the
bananas must be distributed. - Each person can only receive an integral number of bananas.
Write a program to determine whether the bananas can be distributed among the people.
Input format
- First line:
denoting the number of test cases - Next
lines:
Output format
For each test case, print
Constraints
Explanation of the first test case:
Explanation of the second test case:
Please login to use the editor
You need to be logged in to access the code editor
Login to unlock the editorial
Please login to use the editor
You need to be logged in to access the code editor