You have four kettlebells weighing respectively $$$p_1, p_2, p_3, p_4$$$. Is it possible to place all these weights on a balance scale so that the pans of these scales are in a state of equilibrium?
Enter four integers $$$p_1, p_2, p_3, p_4$$$ ($$$1 \le p_i \le 10000$$$)
Print 'YES' or 'NO' depending on whether the weights can be placed properly.
7 3 5 5
YES
7 3 5 6
NO
| Name |
|---|


