摘要: NOIP知识点&&模板整理 数据结构 线段树1 #include<bits/stdc++.h> using namespace std; const int N = 100005; typedef long long ll; ll read() { char c = getchar(), last 阅读全文
posted @ 2020-11-02 19:46 小蒟蒻皮皮鱼 阅读(270) 评论(6) 推荐(2)