Loading repovive.com/contests/14/problems/A
| # | Title | Points | Solved | Admin | |
|---|---|---|---|---|---|
You are given two integers and .
The numbers are written on a board. You must choose exactly different numbers from them.
Determine whether it is possible for the sum of the chosen numbers to be odd.
For each test case, print Yes if it is possible, and No otherwise.
Choosing only gives an odd sum.
All three numbers must be chosen, and their sum is , which is even.
Choosing and gives the odd sum .
Choosing gives the odd sum .
All eight numbers must be chosen, and their sum is , which is even.