2 solutions

  • 1
    @ 2025-12-3 18:00:30
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
      int iq;
      cin>>iq;
      if(iq>=140){
        cout<<"天才";
      }
      else{
        cout<<"";
      }
      return 0;
    }
    
    
    
    • -1
      @ 2025-5-16 17:23:38
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
        int iq;
        cin>>iq;
        if(iq>=140){
          cout<<"天才";
        }
        else{
          cout<<"";
        }
        return 0;
      }
      
      • 1

      Information

      ID
      1285
      Time
      1000ms
      Memory
      64MiB
      Difficulty
      9
      Tags
      # Submissions
      12
      Accepted
      6
      Uploaded By