2 条题解

  • 1
    @ 2025-3-9 20:44:03
    #include<bits/stdc++.h>
    using namespace std;
    
    int main(){
        int n;
        cin>>n;
        if(n>=60) cout<<"yes";
        else cout<<"no";
        return 0;
    }
    

    信息

    ID
    709
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    递交数
    44
    已通过
    29
    上传者