chan ch[N]; bool czy2=false; Stos stosik(N); gets(ch);
for(int i=0; ch[i]!=0; i++)
stosik.poloz(ch[i]); for(int j=0; j<stosik.czytajSzczyt(); if(ch[i]==stosik.czytaj(j)) czy2=true;
j++)
>
if(czy2)
cout << " Na stosie sa min. 2 elemety identyczne else
cout << " Na stosie nie ma elemetow identycznych
cout << "\n\n"; system("PAUSE"); return EXIT_SUCCESS;