// // Created by jt on 2020/9/24. // class Solution { public: void merge(int A[], int m, int B[], int n) { int *p = &A[m-1], ...