#BJSC025. 程序阅读2
程序阅读2
程序阅读2
题目描述
#include
using namespace std;
int main()
{
float a=10.222222225, b=10.222222229;
if(a==b)
cout<<"Yes"<<endl;
if(a!=b)
cout<<"No"<<endl;
return 0;
}
输入格式
本题无输入。
输出格式
输出题目所给程序的运行结果。
预期输出
Yes
来源
BJSC
#include
using namespace std;
int main()
{
float a=10.222222225, b=10.222222229;
if(a==b)
cout<<"Yes"<<endl;
if(a!=b)
cout<<"No"<<endl;
return 0;
}
本题无输入。
输出题目所给程序的运行结果。
Yes
BJSC
By signing up a 趣信奥 universal account, you can submit code and join discussions in all online judging services provided by us.