tijie
2026-01-26 20:45:50
发布于:吉林
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
if(n>=10)
{
cout<<"yes"<<endl;
}
else
{
cout<<"no"<<endl;
}
return 0;
}加粗文本
这里空空如也
2026-01-26 20:45:50
发布于:吉林
#include<bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
if(n>=10)
{
cout<<"yes"<<endl;
}
else
{
cout<<"no"<<endl;
}
return 0;
}加粗文本
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个