随笔分类 -  前缀,模拟,搜索,双指针,位运算,贪心,数学 / 前缀和

区间和(新构造的区间和)
摘要:https://www.luogu.com.cn/problem/T576143?contestId=233561 #include<bits/stdc++.h> using namespace std; #define endl '\n' using ll = long long; using p 阅读全文
posted @ 2025-03-02 20:56 laileou 阅读(46) 评论(0) 推荐(0)