合并数字的最大代价
\begin{flalign}
&MAXMERGE():\\
&for\ i=1 \ to \ n-1\\
&\qquad C[i, i] = 0\\
&for\ i=1 \ to \ n\\
&\qquad for\
2022-03-27