1 solutions

  • -1
    @ 2024-1-21 22:16:39
    #include <iostream>
    using namespace std;
    int main(){
    	int n , m;
    	cin >> n >> m;
    	cout << "a=" << n << " " << "b=" << m << endl;
    	cout << "a=" << m << " " << "b=" << n;
    	
    	
    	return 0;
    }
    
    • 1

    Information

    ID
    101
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    6
    Tags
    # Submissions
    17
    Accepted
    12
    Uploaded By