【HDOJ】4328 Cut the cake
摘要:
将原问题转化为求完全由1组成的最大子矩阵。挺经典的通过dp将n^3转化为n^2。 1 /* 4328 */ 2 #include <iostream> 3 #include <sstream> 4 #include <string> 5 #include <map> 6 #include <queu 阅读全文
posted @ 2016-02-10 22:18 Bombe 阅读(192) 评论(0) 推荐(0) 编辑