Skip to content

Commit b323f29

Browse files
authored
Update A2B.md
1 parent 92fa495 commit b323f29

1 file changed

Lines changed: 43 additions & 1 deletion

File tree

content/Blog/A2B.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,49 @@ a=helloworld
878878

879879
### 6-2. Palinedrome 2
880880

881-
> No solution yet
881+
#### Solution1 (37 Lines)
882+
883+
> Not a good solution
884+
885+
```
886+
c=^C$
887+
b=^B$
888+
aa=^A$^A$
889+
$a=$^A$
890+
$b=$^B$
891+
$c=$^C$
892+
a^=^A$^
893+
b^=^B$^
894+
c^=^C$^
895+
$^=
896+
XA=AX
897+
XB=BX
898+
XC=CX
899+
YA=AY
900+
YB=BY
901+
YC=CY
902+
ZA=AZ
903+
ZB=BZ
904+
ZC=CZ
905+
AX$=$
906+
BY$=$
907+
CZ$=$
908+
^A=^X
909+
^B=^Y
910+
^C=^Z
911+
^$=true
912+
^X$=true
913+
^Y$=true
914+
^Z$=true
915+
X$=@$
916+
Y$=@$
917+
Z$=@$
918+
X@=@
919+
Y@=@
920+
Z@=@
921+
@@=@
922+
^@$=false
923+
```
882924

883925
### 6-3. To B or not to B 2
884926

0 commit comments

Comments
 (0)