1 solutions

  • 0
    @ 2025-12-10 19:13:38
    #include<bits/stdc++.h>
    using namespace std;
    int main() {
    	int a = 20, b = 22, c = 0;
    	c = a;
    	a = b;
    	b = c;
    	cout << "a=" << a << endl;
    	cout << "b=" << b << endl;
    
    }
    
    • 1

    Information

    ID
    593
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    9
    Tags
    # Submissions
    13
    Accepted
    4
    Uploaded By