void balance(int m,int n,cmp *x,cmp *y) { int i,j; cmp *z; float fz; z=(cmp*)calloc(m*n,sizeof(cmp));