#include #include using namespace std; int f(int ptr[ ], int size) { int s = 0; int* ptr2 = new int[size]; for (int y = 0; y <= size - 1; y++) { ptr2[y] = 0; } fo