1 solutions

  • 0
    @ 2026-3-17 19:45:35
    
    #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
    1549
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    10
    Tags
    # Submissions
    1
    Accepted
    1
    Uploaded By