卡牌游戏
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题面描述
有 组卡牌, 每组卡牌两张 , 你需要从每组卡牌中选择一张卡牌, 你希望所选卡牌之和恰好为
输入格式
第一行两个整数
接下来 行, 每行两个整数
输出格式
如果最终可以选出和为 的卡牌, 则输出 Yes
, 否则输出 No
样例 #1
样例输入 #1
2 10
4 6
4 5
样例输出 #1
Yes
样例 #2
样例输入 #2
2 10
10 10
10 10
样例输出 #2
No
提示
[NOI蓝图杯] 十月月赛第3场-基础动态规划 考前模拟赛
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 9
- Start at
- 2023-12-5 17:00
- End at
- 2023-12-6 3:00
- Duration
- 10 hour(s)
- Host
- Partic.
- 37