2 solutions

  • 0
    @ 2025-12-16 17:01:26
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int a,b;
        cin>>a>>b;
        cout<<"a="<<a<<" "<<"b="<<b<<endl<<"a="<<b<<" "<<"b="<<a; 
    	return 0;
    }
    
    

    Information

    ID
    102
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    6
    Tags
    # Submissions
    123
    Accepted
    39
    Uploaded By