全部评论 2

  • #include<bits/stdc++.h>
    using namespace std;
    int main(){
    int a;
    cin >> a;
    if(a>=10){
    cout << "yes";
    }else{
    cout << "no";
    }
    }

    1周前 来自 江西

    0
  • 比压缩版还要少的代码

    2026-04-22 来自 浙江

    0
暂无数据

提交答案之后,这里将显示提交结果~

首页