#include #include using namespace std; int ilosc(int l){ ifstream slowa("slowa.txt"); int ilosc=0; string str; while(!slowa.eof()){ slowa>>str; if(str.size() == l) ilosc++; } slowa.close(); return ilosc; } string mirror(string str){ for(int i=0; i>strN; slowa.open("slowa.txt"); for(int j=0; j<1000; j++){ slowa>>strS; if(strS == strN) ilosc++; if(strS == mirror(strN)) mirrorAmount++; } slowa.close(); wyniki<