摘要: RMQ #include <bits/stdc++.h> using namespace std; #define int long long char* p1, * p2, buf[100000]; #define nc() (p1==p2 && (p2=(p1=buf)+fread(buf,1, 阅读全文
posted @ 2024-02-05 11:18 BreadCheese 阅读(11) 评论(0) 推荐(0)