1 solutions

  • 0
    @ 2025-11-5 14:58:16
    #include<bits/stdc++.h>
    using namespace std;
    int a,ge,shi,bai;
    int main(){
        cin>>a;
        ge=a/100;
        shi=a/10%10;
        bai=a%10;
        cout<<bai*100+shi*10+ge;
    
        return 0;
    }
    
    
    
    

    Information

    ID
    431
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    4
    Tags
    # Submissions
    50
    Accepted
    25
    Uploaded By