3 solutions

  • 0
    @ 2025-9-24 22:49:45

    #include using namespace std; int main() { int a = 0; cin >> a; int b = a % 10; int c = a / 10 % 10; int d = a / 100; cout << b << c << d << endl; system("pause"); return 0; }

    Information

    ID
    6723
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    5
    Tags
    (None)
    # Submissions
    366
    Accepted
    131
    Uploaded By