Unverified Commit 1af5e69e authored by abc1763613206's avatar abc1763613206 Committed by GitHub
Browse files

Update Images Link(Luogu 30955 30954 7884)

parent 4869fa5d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -50,11 +50,11 @@ $O A K A B A K A B A O A K$

也就是说,若原来的字符串是这样

![](https://cdn.luogu.org/upload/pic/30955.png)
![](./images/manacher1.png)

那么我们把它改成这样

![](https://cdn.luogu.org/upload/pic/30954.png)
![](./images/manacher2.png)

关于这部分的代码:

@@ -84,7 +84,7 @@ inline void change() {

也就是这样:

![](https://cdn.luogu.org/upload/pic/7884.png)
![](./images/manacher3.png)

当 i 在 maxright 左边且在 mid 右边时: