1 条题解

  • 0
    @ 2026-05-23 15:02:08
    #include<bits/stdc++.h>
    using namespace std;
    string s;
    int main()
    {
        cin>>s;
        reverse(s.rbegin(),s.rend());
        cout<<s;
        return 0;
    }
    
  • 1

信息

ID
3070
难度
2
分类
(无)
标签
递交数
40
已通过
26
通过率
65%
上传者