DP--POJ1191 棋盤分割

 題目描述 分析: 代碼: #include<iostream> #include<algorithm> #include<cstring> #include<cmath> #include<cctype> using namespace std; int s[9][9],MIN; //MIN是一個陷阱 可以去掉 千萬不能把MIN在fun函數中做全局變量來用,
相關文章
相關標籤/搜索