21640_SingleRoundMatc

2022-5-16 18:20| 发布者: Hocassian| 查看: 29| 评论: 0|原作者: 肇庆学院ACM合集

摘要:
C:\Users\Administrator\Downloads\2019-10-12-10-14-4-89505712953300-Problem List-采集的数据-后羿采集器.html

Pro.ID

21640

Title

Single Round Match

Title链接

http://10.20.2.8/oj/exercise/problem?problem_id=21640

AC

9

Submit

18

Ratio

50.00%

时间&空间限制

  • Time Limit: 2000/1000 MS (Java/Others)     Memory Limit: 65536/65536 K (Java/Others)
  • 描述

    Association for Couples Match (ACM) is a non-profit organization which is engaged in helping single people to find his/her other half. As November 11th is "Singles Day", on this day, ACM invites a large group of singles to the party. People round together, chatting with others, and matching partners.

    There are N gentlemen and M ladies in the party, each gentleman should only match with a lady and vice versa. To memorize the Singles Day, ACM decides to divide people into 11 groups, each group should have the same amount of couples and no people are left without the groups.

    Can ACM achieve the goal?

    输入

    The first line of the input is a positive integer T. T is the number of test cases followed. Each test case contains two integer N and M ( 0 ≤ N, M ≤ 101000 ), which are the amount of gentleman and ladies.

    输出

    Description

    Association for Couples Match (ACM) is a non-profit organization which is engaged in helping single people to find his/her other half. As November 11th is "Singles Day", on this day, ACM invites a large group of singles to the party. People round together, chatting with others, and matching partners.

    There are N gentlemen and M ladies in the party, each gentleman should only match with a lady and vice versa. To memorize the Singles Day, ACM decides to divide people into 11 groups, each group should have the same amount of couples and no people are left without the groups.

    Can ACM achieve the goal?

    Input

    The first line of the input is a positive integer T. T is the number of test cases followed. Each test case contains two integer N and M ( 0 ≤ N, M ≤ 101000 ), which are the amount of gentleman and ladies.

    Output

    For each test case, output "YES" if it is possible to find a way, output "NO" if not.

    Sample Input

    3
    1 1
    11 11
    22 11

    Sample Output

    NO
    YES
    NO

    Source

    样例输入

    3
    1 1
    11 11
    22 11

    样例输出

    NO
    YES
    NO

    作者


    路过

    雷人

    握手

    鲜花

    鸡蛋

    最新评论

    返回顶部