fayllar.orgma'muriyatiga murojaat qiling
using namespace std;
int main(){
string words;
cout <<" So'z kiriting : " ; getline( cin,words );
string wordsReverse( words.rbegin() , words.rend() );
if( words == wordsReverse )
system( "pause" );