1 solutions

  • 1
    @ 2025-3-22 16:17:13
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	string s;
    	cin>>s;
    	reverse(s.begin(),s.end());
    	cout<<s;
    	return 0;
    }

    Information

    ID
    644
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    41
    Accepted
    25
    Uploaded By