paixu(b, NUM);printf("排序后的数据:\n");print(a, NUM);print(b, NUM);hebing(c, a, NUM, b, NUM);printf("合并后的数据:\n");print(c, NUM*2);return 0;}