答案cyc2026-05-25 23:24:54发布于:内蒙古6阅读0回复0点赞#include <iostream> using namespace std; int main(){ int n; cin >> n; if(n>=10) { cout<<"yes"<<endl; } else { cout<<"no"<<endl; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个