#include #include using namespace std; int main(){ char znak, slowo[60]; int i=0,j; ifstream wej("dane.txt"); ofstream wyj("wynik.txt"); while (!wej.eof()){ wej>>slowo; j=0; while(slowo[j]!='\0'){ j++; i++; } } wyj<