We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fa495 commit b323f29Copy full SHA for b323f29
1 file changed
content/Blog/A2B.md
@@ -878,7 +878,49 @@ a=helloworld
878
879
### 6-2. Palinedrome 2
880
881
-> No solution yet
+#### 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
924
925
### 6-3. To B or not to B 2
926
0 commit comments