摘要: 题意:3 * N的格子 有一些点是坏的 用1X1和1X2的砖铺有多少种方法 题解:重新学了下轮廓线 写的很舒服 #include <bits/stdc++.h> using namespace std; typedef long long ll; int n, m; int vis[30][5]; 阅读全文
posted @ 2018-10-06 01:11 lwqq3 阅读(271) 评论(0) 推荐(0)