答案
2025-11-01 20:50:04
发布于:福建
1阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
long long number;
int main( ) {
cin >> number;
if (number >= 10) {
cout << "yes" << endl;
} else {
cout << "no" << endl;
}
return 0;
}
这里空空如也


有帮助,赞一个