You are given three numbers. Your task is to find out if you can split these numbers into two or more groups where the sum of each group is the same.
Input: 3, 8, 5
3, 8, 5
Output: Yes
Yes
Input: 2, 2, 2
2, 2, 2