1 solutions

  • 2
    @ 2026-1-25 14:33:34

    #include <bits/stdc++.h>

    using namespace std;

    int main() {

    int a;
    
    cin >> a;
    
    if (a>=140) {
    
    	cout << "天才";
    
    }
    
    
    return 0;
    

    }

    • 1

    Information

    ID
    578
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    7
    Tags
    # Submissions
    742
    Accepted
    187
    Uploaded By