#include using namespace std; void ins(int f[],int n){ int temp,i,j; for(j = 1; j < n; j++){ temp = f[j]; i=j-1; wh