随笔分类 -  前缀和

区间和(新构造的区间和)
摘要: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 阅读(2) 评论(0) 推荐(0) 编辑