We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197621c commit b743342Copy full SHA for b743342
1 file changed
content/Blog/A2B.md
@@ -917,6 +917,32 @@ Z=
917
^=
918
```
919
920
+#### Solution2 (21 Lines)
921
+
922
+```
923
+c=^C$
924
+b=^B$
925
+aa=^AA$
926
+$a=$^A$
927
+a^=^A$^
928
+$^=
929
+XA=AX
930
+XB=BX
931
+XC=CX
932
+AXXX$=$
933
+BXXXXX$=$
934
+CXXXXXXX$=$
935
+^A$=true
936
+^B$=true
937
+^C$=true
938
+^A=^XXX
939
+^B=^XXXXX
940
+^C=^XXXXXXX
941
+^$=true
942
+^XX=^X
943
+^X$=false
944
945
946
### 6-3. To B or not to B 2
947
948
> No solution yet
0 commit comments