1 solutions

  • 0
    @ 2025-6-8 15:34:29
    #include <iostream>
    using namespace std;
    int main(){
        int n;
        cin >> n;
        cout << n;
        
        return 0;
    }
    
    • 1

    Information

    ID
    91
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    10
    Tags
    # Submissions
    3
    Accepted
    3
    Uploaded By