摘要: 1 #include<iostream> 2 using namespace std; 3 int const M=7; 4 void MATRIX_CHAIN_ORDER(int *p,int Length,int m[][M],int s[][M]) 5 { 6 int q,n=Length-1 阅读全文
posted @ 2020-04-20 17:57 沅清的小窝 阅读(225) 评论(0) 推荐(0)