全部评论 5

  • #include<iostream>
    using namespace std;
    int main(){
    long long n;
    cin >> n;
    if (n >= 10){
    cout << "yes";
    } else {
    cout << "no";
    }
    return 0;
    }

    2025-12-24 来自 北京

    1
  • #include<iostream>
    using namespace std;
    int main(){
    int a;
    cin>>a;
    if(a>=10){
    cout<<"yes";
    }else{
    cout<<"no";
    }
    return 0;
    }

    2025-12-26 来自 天津

    0
  • 好了,现在是27阅读了

    2025-11-28 来自 北京

    0
  • 我这个评论竟然有20个人阅读,笑死了。

    2025-11-23 来自 江西

    0
  • 哦,sorry,一不小心又做对了。用Python做对的。

    2025-11-15 来自 江西

    0

热门讨论