You are required to distribute bananas among some people according to the following conditions:
Write a program to determine whether the bananas can be distributed among the people.
Input format
Output format
For each test case, print or depending upon the result.
Constraints
Explanation of the first test case:
bananas cannot be distributed among a group of any size. Suppose a group of size is considered, then one person takes all the bananas. If a group of size , then each person get only banana that violates the rule of distribution.
Explanation of the second test case:
bananas can be equally distributed among people where each person gets bananas.