#P1011. Parallelogram——平行四边形
Parallelogram——平行四边形
Statement
Given four numbers , determine whether a parallelogram can be formed with sides of lengths .
Input
The input contains a line of four integers representing respectively, where and they are separated by spaces.
Output
If a parallelogram can be formed, output Yes; otherwise, output No. The answer is not case-sensitive, and yEs and YEs are both considered as Yes.
Samples
1 1 4 5
No
1 2 1 2
Yes
相關
在下列比赛中: