源代码,拿去不送
#include <bits/stdc++.h> using namespace std; int main() { string a;cin>>a; for(int i=a.size()-1;i>=0;i--) { cout<<a[i]; } return 0; }