摘要: 题面 洛谷版,数据更水 做法: 我会线段树! 写这玩意不是在自虐吗? 此处贴上我们wjy同学的做法: #include<bits/stdc++.h> using namespace std; const int N = 1e6+10; int n,m; struct segment_tree { # 阅读全文
posted @ 2025-08-29 15:00 NotMonika 阅读(18) 评论(0) 推荐(0)