1070.a==b?
提交状态 耗时 内存 语言 提交时间

1070.a==b?

时间限制:1000MS  内存限制:65535KB
题目描述
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.They may be at most 100 lenth.
Process to the end of file.
输出描述
For each case, if A is equal to B, you should print "YES", or print "NO".
示例
输入样例
1 2
2 2
3 3.0
4 3
输出样例
NO
YES
YES
NO
提示
相关标签
登陆后才可以提交
测试输入
执行结果
控制台
代码编辑器配置
  • 字体设置
    调整适合你的字体大小。
  • 主题设置
    切换不同的代码编辑器主题,选择适合你的语法高亮。
  • 行宽限制
    设置每一行代码的最大字符个数,设置为0则不限制。