Skip to content

Commit b743342

Browse files
authored
Update A2B.md
1 parent 197621c commit b743342

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

content/Blog/A2B.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,32 @@ Z=
917917
^=
918918
```
919919

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+
920946
### 6-3. To B or not to B 2
921947

922948
> No solution yet

0 commit comments

Comments
 (0)