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;
    }
    
    • 0
      @ 2024-12-6 22:09:03

      #include<bits/stdc++.h>

      using namespace std;

      int main(){

      int a;

      cin>>a;

      0<=a<=100;

      if(a>=60) cout<<"yes";

      else cout<<"no";

      return 0;

      }

      • 1

      信息

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