Coding is the closest thing we have to superpower !
给定 3 个数,判断是否存在 2 个数相等,如果存在输出“YES”,否则输出“NO”。
一行,包括 3 个整数(范围为-1000~1000),以空格分隔。
按照题目要求输出结果。
2 7 2
YES