不不不,这无疑是神秘的
2026-07-06 22:20:13
发布于:广东
23阅读
0回复
0点赞
正经解法 + 压缩
#include<bits/stdc++.h>
using namespace std;
int main(){
int a;
cin >> a;
if(a >= 10)
cout << "yes";
else
cout << "no";
return 0;
}
#include<bits/stdc++.h>
using namespace std;int main(){int a;cin >> a;if(a >= 10)cout << "yes";else cout << "no";return 0;}
全部评论 3
1
6天前 来自 云南
11
6天前 来自 云南
1
5天前 来自 山西
0









有帮助,赞一个