5987092989

5987092989



using namespace std; int main(){ int i,j,p=0,n=0; char słowo[25] ; fstream plik; plik.open("hasła.txt" ) ; while ( !plik.eof())

{

bool palindrom=true; plik >> słowo; i = 0;

j = strlen(słowo)-1;

if (strlen(słowo)%2==0) p++; else n++; while(i<j)

{

if(słowo[i]!=slowo[j])

{

i=j+i;

palindrom=false;

1

i++; j —;

}

if (palindrom==true) cout << słowo << endl;

}

plik.close();

cout « "Haseł o nieparzystej liczbie znaków jest "    << n «    ", a o parzystej

liczbie znaków " << p;

11



Wyszukiwarka

Podobne podstrony:
using namespace std; int main () { srandom (time (0)); int num; cin»num; double vec
OpenMP OpenMP/ll #include <omp.h> #include <iostream> using namespace std; int main ( vo
#include <iostream.h> using namespace std; int raain(){ char s[100] ; cout « "Podaj
8 9 #include <iostream> 0 1    using namespace std; 2 3    int
Rozwiązanie do pkt. b: #include <iostream> #include <fstream> using namespace std; 
#include <iostream> using namespace std; ostream fistrumienl = cout, &strumien2 = strumien
#include <iostream> using nćimespace std; int main () { int n; cin»n; bool e [n];&nb
faq gotoxy #include <cstdlib> #include <iostream> using namespace std; #include
2bc 2b #include <csldlib>#include <ioslręą m># includc <siack> using namespace std
3. HeapSort.cpp #include "sorttab.h" using namespace std; // Zmienne globalne Tab tab, tab
1    #include <iostream> 2 3    using namespace std; 4
1    #include <iostream> 2 3    using namespace std; 4 5
#include <iostream> using namespace std; #include <stdio.h> #include <string.h> st

więcej podobnych podstron