为什么代码中odd必须对应merge(x,y+tot),merge(x+tot,y),,而even必须对应的是 merge(x,y),merge(y,x),两者不能互换
merge(x,y+tot),merge(x+tot,y),
merge(x,y),merge(y,x)