1 solutions

  • 2
    @ 2023-11-3 16:34:22
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int x,y;
        cin>>x>>y;
        cout<<"a="<<x<<" "<<"b="<<y<<endl;
        cout<<"a="<<y<<" "<<"b="<<x;
        return 0;
    }
    

    Information

    ID
    102
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    3
    Tags
    # Submissions
    38
    Accepted
    22
    Uploaded By