当前位置:网站首页>Hangdian oj2054 a = = B?    ???

Hangdian oj2054 a = = B?    ???

2022-07-07 14:14:00 sinat_ thirty-six million seven hundred and eighty-nine thousan

#include<iostream>
using namespace std;
int main()
{
	float a,b;
	while(cin>>a>>b){
		if(a==b){
			cout<<"YES"<<endl;
		}else{
			cout<<"NO"<<endl;
		}
	} 
}

 

 

原网站

版权声明
本文为[sinat_ thirty-six million seven hundred and eighty-nine thousan]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/188/202207071212223530.html