UVa442 Matrix Chain Multiplication(栈)
摘要:#include#include #include #include #include using namespace std; struct matrix { int a,b; matrix(int a=0,int b=0):a(a),b(b) {}//结构体构造函数赋值 }m[26]; stacks; int main() { int n; char A; sc...
阅读全文
posted @ 2019-02-14 17:05
浙公网安备 33010602011771号