We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b323f29 commit 197621cCopy full SHA for 197621c
1 file changed
content/Blog/A2B.md
@@ -878,7 +878,7 @@ a=helloworld
878
879
### 6-2. Palinedrome 2
880
881
-#### Solution1 (37 Lines)
+#### Solution1 (32 Lines)
882
883
> Not a good solution
884
@@ -887,11 +887,7 @@ 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
@@ -912,14 +908,13 @@ CZ$=$
912
908
^X$=true
913
909
^Y$=true
914
910
^Z$=true
915
-X$=@$
916
-Y$=@$
917
-Z$=@$
918
-X@=@
919
-Y@=@
920
-Z@=@
921
-@@=@
922
-^@$=false
911
+X$=false
+Y$=false
+Z$=false
+X=
+Y=
+Z=
+^=
923
```
924
925
### 6-3. To B or not to B 2
0 commit comments