1 solutions

  • 0
    @ 2026-1-25 14:26:41

    #include <bits/stdc++.h>

    using namespace std;

    int main() {

    int a, b;

    cin >> a >> b;

    cout << "a=" << a << " " << "b=" << b << endl;

    cout << "a=" << b << " " << "b=" << a << endl;

    return 0; }

    Information

    ID
    215
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    8
    Tags
    # Submissions
    2141
    Accepted
    256
    Uploaded By