首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
sitehttp专题
The 36th ACM/ICPC Asia Regional Beijing Sitehttp://acm.hdu.edu.cn/showproblem.php?pid=4046
比较难的线段树题,,, #include<iostream>#include<cstdio>#include<string.h>#define N 50005using namespace std;typedef struct NODE{int l;int r;int key;}Node;Node node[N<<2];char str[N];void build(int
阅读更多...