最长公共子序列问题 for ( i = 0; i < m+1; i++) { c[i] = new int[n+1]; } for(i=0;i