1 solutions

  • 1
    @ 2026-1-26 9:02:53
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        string a;
        cin>>a;
        for(int i=a.length()-1;i>=0;i--)
        {
            cout<<a[i];
        }
    }
    
    • 1

    Information

    ID
    1460
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    10
    Tags
    # Submissions
    1
    Accepted
    1
    Uploaded By