//palindromy #include #include using namespace std; int main() { int i,j,n; string a,b; cout<<"Podaj tekst: "; getline(cin,a); n = a.length(); cout<