博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
嘿嘿,碰到了坑爹的题
阅读量:7108 次
发布时间:2019-06-28

本文共 1098 字,大约阅读时间需要 3 分钟。

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

Input
each test case contains two numbers A and B.
 

Output
for each case, if A is equal to B, you should print "YES", or print "NO".
 

Sample Input
 
1 2 2 2 3 3 4 3
 

Sample Output
 
NO YES YES NO
 
测试数据:0 0.00 11 010 110 01010 001010 10.00.1 .100.1 .100001.100 1.1 001.100 01.100.123456 1.23456-0.1 -.1-.1 +.1-000.100 -.112345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789000000000000000000002222 2222200 2000000.00002 0.00002000000000000000000000000000000000000000000000000000.00002 0.00002000000022000 000000000002200-0022.00200 -000000000000022.0020000000000000000000.00 0.000000000000000000000000 0000000000000000001.00000 1-0001.000 0001-0 0结果:YESNONONONONOYESYESYESYESYESNOYESNOYESYESYESNOYESYESNOYESYESYESYESNOYES

转载于:https://www.cnblogs.com/imxqd/p/4472075.html

你可能感兴趣的文章
小米2S 小米手机如何手动升级到开发版
查看>>
在Linux下制作一个磁盘文件,在u-boot 阶段对emmc 烧写整个Linux系统方法
查看>>
Win8下建立shortcut到開始界面
查看>>
Springboot 整合 Dubbo/ZooKeeper 详解 SOA 案例
查看>>
C++简易list
查看>>
当react框架遇上百度地图
查看>>
android创建桌面快捷键shortcut
查看>>
Codeforces 472D
查看>>
Python中字符串的Format用法。
查看>>
linux常用命令大全[转]
查看>>
【从零之三(更)】自己定义类中调用讯飞语音包错误解决的方法
查看>>
数据结构之链表单向操作总结
查看>>
BZOJ3795 : 魏总刷DP
查看>>
netty4与protocol buffer结合简易教程
查看>>
vim、gvim在windows下中文乱码的终极解决方式
查看>>
Linux系统故障排除
查看>>
自己定义控件----倒计时控件
查看>>
ubuntu16.04与mysql的运维注意事项
查看>>
我眼中的ASP.NET Core之微服务 (二)
查看>>
Java 集合并交补
查看>>