摘要: 视频链接:228 线段树+差分 P1438 无聊的数列_哔哩哔哩_bilibili Luogu P1438 无聊的数列 #include<iostream> using namespace std; #define LL long long #define ls u<<1 #define rs u< 阅读全文
posted @ 2023-10-08 17:47 董晓 阅读(323) 评论(0) 推荐(1)
摘要: 视频链接:227 线段树+差分 P2184 贪婪大陆_哔哩哔哩_bilibili Luogu P2184 贪婪大陆 #include <iostream> #include <cstring> #include <algorithm> using namespace std; #define ls 阅读全文
posted @ 2023-10-08 16:35 董晓 阅读(380) 评论(0) 推荐(2)