摘要:
单调队列。 阅读全文
摘要:
整体二分+BIT 阅读全文
摘要:
Problem(Description) 现在有一个长度为$n$的序列和$m$个操作,操作有两种: \(1,d\) 寻找到最左边的连续$d$个$0$的序列,并全部变成$1$。 \(2,x,d\) 将$[x,x + d - 1]$块全部变成$0$。 \(1 \le n,m \le 50000\) So 阅读全文
摘要:
分析。 阅读全文
摘要:
qqgg 阅读全文
摘要:
说在前面 这题有点卡常... Problem 给定$n$个点$P_i(x_i,y_i)\(,每次给一个矩形(给定左下角\)(a,b)\(和右上角\)(c,d)$),求这个矩形里有多少个点。 \(1 \le n,m \le 5 \times 10^5,0 \le x_i,y_i,a,b,c,d \le 阅读全文
摘要:
P4169 阅读全文