(rt)[https://www.luogu.com.cn/problem/U252994]
之前有人做到了,O(nnlogn)O(n\sqrt{n\log n})O(nnlogn),就是分块 FFT\texttt{FFT}FFT ,求有无更优解法。