不不不,这无疑是神秘的
2026-07-06 22:20:13
发布于:广东
80阅读
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;}
全部评论 5
1
2026-07-08 来自 云南
11
2026-07-08 来自 云南
11
2026-07-24 来自 浙江
0用iostream
#include<iostream>
int main(){short x ;stdcin >> x ;if(x>=10)stdcout <<"yes";else std::cout << "no";}2026-07-16 来自 黑龙江
0其实万能头一样
2026-07-18 来自 广东
0

2026-07-09 来自 山西
0


















有帮助,赞一个