摘要: //单调队列优化DP经典题#include<bits/stdc++.h> using namespace std; int n, m, X, Y, K; bool mp[1001][1001]; int f[201][201][201], qx[1001], qy[1001], ans = -114 阅读全文
posted @ 2021-02-08 21:37 liujunxi 阅读(61) 评论(0) 推荐(0) 编辑