1 solutions

  • 0
    @ 2025-12-11 7:56:13
    #include<bits/stdc++.h>
    using namespace std;
    
    
    int main() {
    
    	int a;
    	cin >> a ;
    
    	cout <<a%10<<a/10%10<<a/100;
    }
    
    
    • 1

    Information

    ID
    622
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    10
    Tags
    # Submissions
    5
    Accepted
    5
    Uploaded By