2 solutions

  • 0
    @ 2025-4-12 19:40:40

    #include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; cout<<(n%10)<<((n/10)%10)<<(n/100)<<endl; return 0; }

    Information

    ID
    25
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    196
    Accepted
    84
    Uploaded By