哇!真是太简单了
2026-05-22 20:22:54
发布于:上海
27阅读
0回复
0点赞
最终代码如下:
#include<bits/stdc++.h>
using namespace std;
int main(){
int a;
cin >> a;
if(a>=10){
cout << "yes";
}
else{
cout << "no";
}
}
全部评论 1
666
2026-07-11 来自 山西
0














有帮助,赞一个