题解djc11282026-01-12 20:16:54发布于:重庆11阅读0回复0点赞用了头文件:<bits/stdc++.h> #include<bits/stdc++.h> using namespace std; int n; int main() { cin>>n; if(n>=10){ cout<<"yes"; }else{ cout<<"no"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个