#include #include using namespace std; int main(){ string str; cin >> str; auto i = str.begin(); auto j = str.end() - 1; while(i