摘要: 1 class Solution { 2 public: 3 /* 4 * @param costs: n x 3 cost matrix 5 * @return: An integer, the minimum cost to paint all houses 6 */ 7 const int inf = 0x3f3f3f3f; ... 阅读全文
posted @ 2017-09-24 10:06 GeniusYang 阅读(431) 评论(0) 推荐(0) 编辑