Gym - 101630A Archery Tournament (動態開點線段樹)

    解題思路:一個X點上的圓的個數不會超過 logN個。所以完全可以線段樹暴力。線段樹動態開點即可。區間添加圓。然後暴力查詢區間裏面的圓是否滿足答案。 #include<iostream> #include<deque> #include<memory.h> #include<stdio.h> #include<map> #include<string> #include<algorithm>
相關文章
相關標籤/搜索