А+B=С?
Execution time limit is 1 second
Runtime memory usage limit is 256 megabytes
Petya is bored with solving simple problems where you need to find the sum of two numbers, so his programming teacher gave a difficult problem that sounds like this:
Given three integers and . Determine whether is there such a number among them that equals the sum of two other numbers.
Input
First line contains three integers and .
Output
Print "Yes", if such number exists. Otherwise print "No".
Examples
Input #1
Answer #1
Input #2
Answer #2
Input #3
Answer #3
Submissions 6K
Acceptance rate 47%