51nod1485 字母排序

【題解】   開26棵線段數,記錄區間內每種字母的出現次數,修改的時候就用區間設置爲一個數操作即可。同時也有平衡樹做 1 #include<cstdio> 2 #include<algorithm> 3 #include<cstring> 4 #define LL long long 5 #define rg register 6 #define N 200010 7 #define
相關文章
相關標籤/搜索