摘要: 注:题解中 \(\operatorname{lsh}\),\(\operatorname{rsh}\),\(\operatorname{or}\) 分别表示按位左移、按位右移、按位或,即 c++ 语言中的 <<,>>,|。 我也是打上轮廓线 DP 了。 设 \(f_{x,y,S}\) 表示当前在 \ 阅读全文
posted @ 2025-01-02 14:03 zhangxy__hp 阅读(15) 评论(0) 推荐(0)