#include #include using namespace std; int main(){ string slowo; cout << "Podaj slowo: "; cin >> slowo; bool palindrom = true; for(int i=0; i