#include<bits/stdc++.h> using namespace std; string a; int main(){ cin>>a; for(int i=a.size()-1;i>=0;i--){ cout<<a[i]; } return 0; }
使用您的 Hydro 通用账户