2 solutions

  • 0
    @ 2025-3-17 18:29:33
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int n,m;
        cin>>n>>m;
        swap(n,m);
        cout<<n<<" "<<m;
        return 0;
    }
    

    Information

    ID
    9
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    195
    Accepted
    79
    Uploaded By