Problem A. A == B ?

时间限制 2 ms   内存限制 32 MB

Give you two numbers A and B, if A is equal to B, you should print "YES", or print "NO".
 

输入数据

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 2
2 2
3 3
4 3

样例输出

复制
NO
YES
YES
NO

提交

请先 登录

© 2025 FAQs Contact About