HDU 6444 Neko's loop (单调队列+带限制的最大子段和)

题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=6444php #include<bits/stdc++.h> using namespace std; #define debug puts("YES"); #define rep(x,y,z) for(int (x)=(y);(x)<(z);(x)++) #define read(x,y) scan
相关文章
相关标签/搜索