int start = 1; while(start*N<M) start+=2; int changex = (start*N - M)/2, changey = (start*N - M)/2; 老哥我想问问这几步是在做什么变换?