#include #include using namespace std; int f (const int *x, const int *y) { return *x - *y; } int main(int argc, char* argv[]) { setlocale(LC_ALL,"Russian"); int j,k,l,b, n=5, // Кількість елементів масиву a[n]; cout << "Масив з елементами:"; srand(time(NULL)); for (j=0; j