题目描述
Give you two numbers A and B, if A is equal to B, you should print "YES", or print "NO".(位数可能很大)
输入
there are T test,first we will give a T,then T lines will follow . each test case contains two numbers A and B.
输出
for each case, if A is equal to B, you should print "YES", or print "NO".
样例输入输出
输入#1
复制
4
1 2
2 2
3 3
4 3
提示
请注意A和B可能会很大,不是long long 和int所能存储的,要用数组来存