Problem A
Another Candies
A class went to a school trip. And, as usually, all
Soon, there was quite a large heap of candies on the
teacher’s table. "Now, I will divide the candies into
"Wait, is this really possible?" wondered some of the smarter kids.
Task
You are given the number of candies each child brought. Find
out whether the teacher can divide the candies into
Input
The first line of the input file contains an integer
Each test case looks as follows: The first line contains
Output
For each of the test cases output a single line with a single word "YES" if the candies can be distributed equally, or "NO" otherwise.
Sample Input 1 | Sample Output 1 |
---|---|
2 5 5 2 7 3 8 6 7 11 2 7 3 4 |
YES NO |