#abc042a. [abc042_a]Iroha and Haiku (ABC Edition)
[abc042_a]Iroha and Haiku (ABC Edition)
Problem Statement
Iroha loves Haiku. Haiku is a short form of Japanese poetry. A Haiku consists of three phrases with , and syllables, in this order.
To create a Haiku, Iroha has come up with three different phrases. These phrases have , and syllables, respectively. Determine whether she can construct a Haiku by using each of the phrases once, in some order.
Constraints
Input
The input is given from Standard Input in the following format:
Output
If it is possible to construct a Haiku by using each of the phrases once, print YES
(case-sensitive). Otherwise, print NO
.
Sample Input 1
5 5 7
Sample Output 1
YES
Using three phrases of length , and , it is possible to construct a Haiku.
Sample Input 2
7 7 5
Sample Output 2
NO