#include using namespace std; bool contiene_approsimato(float V[],int n,float x) { for (int i=0; i= x-0.5 && V[i] <= x+0.5 ) return true; } return false; } int compatta(float A[],int n,float B[]) { int j=0; for (int i=0; i