Problem3294--【语言基础】Equally?

3294: 【语言基础】Equally?

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

给定三个整数 A、B、C。判断是否有可能将这三个整数分成两组或更多组,使得这些组内的数字总和相等。
如果可以打印Yes,否则打印No
1<=A,B,C<=1000

Sample Input Copy

3 8 5

Sample Output Copy

Yes

Source/Category