随笔分类 -  棋盘dp

摘要:problemsolutioncodes//bugs:行列弄反(x,y是坐标轴...)+longlong#includeusing namespace std;typedef long long LL;LL n, m, x1, y1, x2, y2, f[55][55... 阅读全文
posted @ 2018-05-29 21:29 gwj1139177410 阅读(233) 评论(0) 推荐(0)
摘要:problemsolutioncodes//填表法#includeusing namespace std;int n, m, x, y, a[20][20], f[20][20];int main(){ cin>>n>>m>>x>>y; x++;y++;n++;... 阅读全文
posted @ 2018-05-29 21:27 gwj1139177410 阅读(142) 评论(0) 推荐(0)

选择