#include<bits/stdc++.h> using namespace std; int main() { char a[10000]; gets(a); for(int i=strlen(a)-1;i>=0;i--) cout<<a[i]; }
希望有大佬帮帮孩子