摘要: 题面 代码 点击查看代码 #include<bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); #define rep(i,a,n) for(int i=a;i 阅读全文
posted @ 2024-02-02 11:26 shyiaw 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 题面 代码 点击查看代码 #include<bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); #define rep(i,a,n) for(int i=a;i 阅读全文
posted @ 2024-02-02 11:23 shyiaw 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 与等差数列结合的线段树 阅读全文
posted @ 2024-02-02 11:10 shyiaw 阅读(5) 评论(0) 推荐(0) 编辑