#include #include #include #include #include using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int Odczyt(){ int X1[147483647]; int Wynik=0; int i=0; ifstream odczyt; odczyt.open("dane.txt"); if(odczyt){ while(!odczyt.eof()) { odczyt>>X1[i]; i++; } } return X1[]; } int Zapis() { int w,p; ofstream zapis ("Wynik.txt"); if(zapis){ for(int i=0;i<=m;i++) { a=rand() % 128; zapis <