清空硬币Coin Piles
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.
题目描述
你有两堆硬币,分别包含a枚和b枚硬币。每一步操作,你可以选择从左堆取出一枚硬币并从右堆取出两枚硬币,或者从左堆取出两枚硬币并从右堆取出一枚硬币。 你的任务是有效地判断是否可以清空这两堆硬币。
输入格式
第一行包含一个整数t:测试数据的组数。 接下来有t行,每行包含两个整数a和b:两堆硬币的数量。
输出格式
对于每组测试数据,如果可以清空这两堆硬币,则输出"YES
",否则输出"NO
"。
3
2 1
2 2
3 3
YES
NO
YES
数据范围与提示
Introductory Problems
- Status
- Done
- Rule
- Ledo
- Problem
- 9
- Start at
- 2024-8-13 9:00
- End at
- 2024-8-13 12:18
- Duration
- 3.3 hour(s)
- Host
- Partic.
- 4