Problem2174--判断是否存在重复的数

2174: 判断是否存在重复的数

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

Description

给定3个数,判断是否存在2个数相等,如果存在输出"YES", 否者输出"NO"。

Input

1行,包含3个整数,以空格分隔。

Output

按照题目要求输出结果

Sample Input Copy

2 7 2

Sample Output Copy

YES

Source/Category