摘要: URAL - 1960 Palindromes and Super Abilities 回文树水题,每次插入时统计数量即可。 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define eps 1e-9 4 #define For(i,a,b 阅读全文