最长回文子串(四种方法)
https://blog.csdn.net/qq_43658387/article/details/105882285
字符串Hash入门
https://blog.csdn.net/pengwill97/article/details/80879387
一般ACM或者笔试题的时间限制是1秒或2秒。
在这种情况下,C++代码中的操作次数控制在 107∼108 为最佳。
下面给出在不同数据范围下,代码的时间复杂度和算法该如何选择:
https://www.acwing.com/blog/content/32/