摘要:
单调队列扫描,记录当前区间长度为d的一段的和的最大值,和当前区间和。 阅读全文
摘要:
dfs,连边,边权为比值,赋值搜索,遇到矛盾时退出 阅读全文
摘要:
暴力 阅读全文
摘要:
记忆化搜索 阅读全文
摘要:
#include #include #include #include #include #include #include using namespace std; int xx[5]={0,0,1,-1}, yy[5]={1,-1,0,0}; int bg,ed,h,x,y; int t,w=1; bool ans[5][5],mark[100010]; ... 阅读全文