A=B
105 ratings
A=B - Solutions for Every Puzzles
By 亦無今
Spoiler Warning !!! 剧透注意 !!!

If you have a better or different solution, feel free to reply.

如果你有更好或者不同的答案,欢迎留言提供。
4
3
5
5
2
   
Award
Favorite
Favorited
Unfavorite
Warning
You better read this guide after you complete most of the puzzles, it's meaningless for anyone to copy the answers to clear all the levels without thinking. This guide is just to provide ideas about how to deal with these puzzles.

你最好在通关后或者完成大部分关卡后再来看这篇指南,不经过思考就直接抄答案没有意义。这个指南仅仅是提供一个过关思路。
Contents
  • 1-1 (1/1) 1-2 (3/3) 1-3 (3/3) 1-4 (2/2) 1-5 (3/3) 1-6 (4/4)

  • 2-1 (1/1) 2-2 (4/4) 2-3 (5/5) 2-4 (6/6) 2-5 (8/10) 2-6 (9/13) 2-7 (5/8) 2-8 (7/11) 2-9 (8/9)

  • 3-1 (2/2) 3-2 (2/2) 3-3 (4/4) 3-4 (3/4) 3-5 (6/7) 3-6 (11/11) 3-7 (8/8)

  • 4-1 (1/1) 4-2 (3/3) 4-3 (4/4) 4-4 (4/5) 4-5 (7/7) 4-6 (5/6) 4-7 (7/7) 4-8 (8/11) 4-9 (4/5) 4-10 (8/8) 4-11 (8/9) 4-12 (6/9) 4-13 (9/10) 4-14 (13/15) 4-15 (8/13) 4-16 (5/9)

  • 5-1 (3/7) 5-2 (4/4) 5-3 (7/9) 5-4 (7/8) 5-5 (14/28) 5-6 (16/40)

  • 6-1 (4/4) 6-2 (15/24) 6-3 (7/13)
Chapter.1 A=B
  • 1-1 (1 line, Challenge)
    a=b

  • 1-2 (3 lines, Challenge)
    a=A b=B c=C

  • 1-3 (3 lines, Challenge)
    aa=a bb=b cc=c

  • 1-4 (2 lines, Challenge)
    aaa=aa aa=

  • 1-5 (3 lines, Challenge)
    ca=ac cb=bc ba=ab

  • 1-6 (4 lines, Challenge)
    ab= ba= aa=a bb=b
Chapter.2 Keyword
  • 2-1 (1 line, Challenge)
    =(return)helloworld

  • 2-2 (4 lines, Challenge)
    b= c= aaa=(return)true =(return)false

  • 2-3 (5 lines, Challenge)
    a=c b=c cccc=(return)false ccc=(return)true =(return)false

  • 2-4 (6 lines, Challenge)
    b=a c=a aaa= aa=(return)2 a=(return)1 =(return)0

  • 2-5 (10 lines, Challenge)
    ba=ab ca=ac cb=bc aaa=a bbb=b ccc=c aa=(return)false bb=(return)false cc=(return)false =(return)true

    (8 lines, Overbest the Designer)
    (provide by SoMall-dumpling[www.bilibili.com], YUPI)
    b=aaaaaaa ca=ac aaaaaaa=xaxx c=xxax xxx= aaa=a aa=(return)false =(return)true

  • 2-6 (13 lines, Challenge)
    aaa=aa bbb=bb ccc=cc aa=x bb=x cc=x a=y b=y c=y x= yy=(return)false y=(return)true =(return)false

    (9 lines, Overbest the Designer)
    (provide by SoMall-dumpling[www.bilibili.com], YUPI)
    b=xaxx c=xxax xxx= xx=x aaa=aa aa= axa=(return)false a=(return)true =(return)false

  • 2-7 (7 lines, Overbest the Designer)
    b=aaaaaaa ca=ac aaaaaaac=x aaaaaaax=xaaaaaaa ax= xc=(return)true =(return)false

    (5 lines, Overbest the Designer)
    (provide by SoMall-dumpling[www.bilibili.com])
    b=aaaaaaaaaaaaaaaaaaaaa ca=ac aaaaaaaaaaaaaaaaaaaaaac= aaaaaaaacc=(return)true =(return)false

  • 2-8 (11 lines, Challenge)
    ab=ba cb=bc ac=ca bc=x xc=cx xa= ca= ba= a=(return)a b=(return)b c=(return)c

    (7 lines, Overbest the Designer)
    ba=ab cb=bc ca=ac aaaa=(return)a bbbb=(return)b cccc=(return)c =abc

  • 2-9 (8 lines, Overbest the Designer)
    b=aaaaaaa ca=ac aaaaaaac=x aaaaaaax=xaaaaaaa ax= x=(return)a aaaaaaaa=(return)c ac=(return)b
Chapter.3 Start and End
  • 3-1 (2 lines, Challenge)
    (start)a= (end)a=

  • 3-2 (2 lines, Challenge)
    (start)c=(end)c (start)b=(end)b

  • 3-3 (4 lines, Challenge)
    (provide by SoMall-dumpling[www.bilibili.com])
    (start)a=(end)x x=(start)b (end)a=(start)y y=(end)b

  • 3-4 (3 lines, Challenge)
    (provide by SoMall-dumpling[www.bilibili.com])
    (start)a=(end)xxxxxxa bx=(start)b x=

  • 3-5 (6 lines, Challenge)
    (provide by 枪火重生真不好玩)
    b=xaxx c=xxax xxx= (start)x=(end)x (end)x=(return)false =(return)true

  • 3-6 (11 lines, Challenge)
    ab=ba cb=bc ac=ca bc=(end)BC aBC=(start)N BC=(start)N ba=(start)N ca=(start)N Nc=cc Nb=bb Na=aa

  • 3-7 (8 lines, Challenge)
    (provide by SoMall-dumpling[www.bilibili.com])
    axAy= bxBy= cxCy= (start)a=(end)xAy (start)b=(end)xBy (start)c=(end)xCy yx=(return)false =(return)true
Chapter.4 Once Upon a Time
  • 4-1 (1 line, Challenge)
    (once)=(start)hello

    4-2 (3 lines, Challenge)
    (once)a= (once)a= (once)a=

  • 4-3 (4 lines, Challenge)
    (once)=(start)xxx xa= xb= xc=

  • 4-4 (4 lines, Overbest the Designer)
    (once)=(end)bbbbbbbbbbbbbbbbbbbbbbbb cbbbbbbbb=bbbbbbbbc abbbbbbbb= bbbbbbbb=

  • 4-5 (7 lines, Challenge)
    (once)=(start)x xa=(end)ya xb=(end)yb xc=(end)yc ay=(start)a by=(start)b cy=(start)c

  • 4-6 (5 lines, Overbest the Designer)
    (provide by 禾兄)
    (once)=(end)xxxxxxx cx=(end)c bx=(end)b ax=(end)a x=

  • 4-7 (7 lines, Challenge)
    (once)=(start)yxx xa=(start)a xb=(start)b xc=(start)c ya=(start)xx yb=(start)xx yc=(start)xx

  • 4-8 (10 lines, Overbest the Designer)
    (once)=(start)x cccccccca=acccccccc ccccccccb=bcccccccc ccccccccccccccccccccccccx= Ya=(end)a Yb=(end)b Yc=(end)c xa=accccccccxYa xb=bccccccccxYb xc=cccccccccxYc

    (8 lines, Overbest the Designer)
    (provide by 落葉子)
    (once)=YYY Xa=(start)a Xb=(start)b Xc=(start)c Ya=(end)Xaa Yb=(end)Xbb Yc=(end)Xcc (once)=XXX

  • 4-9 (4 lines, Overbest the Designer)
    (once)=(start)cccccccc cccccccca=bcccccccc ccccccccb=acccccccc cccccccc=

  • 4-10 (8 lines, Challenge)
    (once)=(start)x xxa=ax xxb=bx xxc=cx xa=xx xb=xx xc=xx x=

  • 4-11 (9 lines, Challenge)
    (once)=(start)x (once)=(end)N Ya=(end)a Yb=(end)b Yc=(end)c xa=axYa xb=bxYb xc=cxYc xN=

    (8 lines, Overbest the Designer)
    (provide by SoMall-dumpling[www.bilibili.com])
    (once)=XXY A=(end)XYXa B=(end)XYXb C=(end)XYXc XXYa=aAXXY XXYb=bBXXY XXYc=cCXXY XYX=

  • 4-12 (6 lines, Overbest the Designer)
    (once)b=bX X=(start)cccccccc cccccccca=bcccccccc ccccccccb=bcccccccc cccccccc= a=c

  • 4-13 (9 lines, Overbest the Designer)
    (start)ay=(return)a (start)by=(return)b (start)cy=(return)c ay= by= cy= (start)a=(end)ayy (start)b=(end)byy (start)c=(end)cyy

  • 4-14 (13 lines, Overbest the Designer)
    xay= xby= xcy= (once)=x (once)=(end)y cccccccccay=ya cccccccccby=yb ccccccccccy=yc ccccccccca=accccccccc cccccccccb=bccccccccc xa=axccccccccc xb=bxccccccccc xc=cxccccccccc

  • 4-15 (8 lines, Overbest the Designer)
    (provide by SoMall-dumpling[www.bilibili.com])
    (once)=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxa=axxxxxxx xxxxxxb=bxxxxxxx xxxxxxc=cxxxxxxx xa=aa xb=bb xc=cc x=

  • 4-16 (5 lines, Overbest the Designer)
    (provide by SoMall-dumpling[www.bilibili.com])
    (start),=xy xyx=(start)xyy xyya=(end)a xyyb=(end)b ,=,xy
Chapter.5 Math
  • 5-1 (3 lines, Overbest the Designer)
    (provide by SoMall-dumpling[www.bilibili.com])
    1=0a a0=0aa 0=

  • 5-2 (4 lines, Challenge)
    (once)=(end)x 0x=1 1x=x0 x=1

  • 5-3 (7 lines, Overbest the Designer)
    (provide by SoMall-dumpling[www.bilibili.com])
    +1=+a+ +0=++ a+=+aa += 1aa=aa0 0aa=1 aa=1

  • 5-4 (7 lines, Overbest the Designer)
    (provide by SoMall-dumpling[www.bilibili.com])
    -1=-a- -0=-- a-=-aa -= 1aa=0 0aa=aa1 (start)0=

  • 5-5 (18 lines, Overbest the Designer)
    (once)=(start)000000000 (end)*1= *0=* 1y=0 0y=y1 X=(start)111111111 Y=(end)y 111111111x=xxx111111111 1111111110=0111111111 1xx=xx0 0xx=1 xx=1 0000000001=1x000000000 000000000*=XY* 111111111*=XY* x= 111111111= 000000000=

    (14 lines, Overbest the Designer)
    (provide by 落葉子)
    (once)=* (once)=(end)| **$=** **|= 0+=1 1+=+0 +=1 *0=* *1=*$ $0=0$$ $1=0$$$ -$$=-$-$ -=(end)+ $*=*-

  • 5-6 (16 lines, Overbest the Designer)
    The hardest puzzle in the game, probably.
    (provide by 落葉子)
    (once)=/* /0=/ 0-=-1 1-=0 <=(start)+ >=(end)+ *=(end)^ +//+^=,0 //+=// /+=-/> /^=/<* ^=-^+ (once)=0 0+=1 1+=+0 +=1
Chapter.6 Aftermath
  • 6-1 (4 lines, Challenge)
    b=a c=a aa=a a=helloworld

  • 6-2 (15 lines, Overbest the Designer)
    (provide by SoMall-dumpling[www.bilibili.com])
    aa=ononnoa ab=ononnob ac=ononnoc oa=oononno b=oonnoonnno c=ooonnnooonnnno noono=onnoo nooonno=oonnnoo noooonnno=ooonnnnoo ononno=true oonnoonnno=true ooonnnooonnnno=true trueo=o on= no=false

  • 6-3 (13 lines, Challenge)
    (provide by JoyousArtur)
    a=ccccccccAcccccccc ccccccccb=1ccccccccxb bcccccccc=bxcccccccc2 2c=c2 c1=1c A1=1B 2A=B2 cccccccc= x= 2= 1= B=b A=c

    (7 lines, Overbest the Designer)
    (provide by SoMall-dumpling[www.bilibili.com])
    cccccccccccccccccccccccc*cccccccc=b cccccccc*cccccccccccccccccccccccc=b bcccccccc=bcccccccccccccccccccccccc ccccccccb=ccccccccccccccccccccccccb a=cccccccc*cccccccc cccccccc= *=c
Special Thanks
43 Comments
dr梦帆 27 Aug @ 5:47am 
another solution for 4-7
(once)=kkkk
kka = ak
kkb = bk
kkc = ck
ka =
kb =
kc =
カズエイ 19 Jul @ 7:39pm 
If you want to know the shortest solution currently, click here. ↓ ↓ ↓
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3441284586
2147483648 19 Jul @ 5:05am 
5-6 A/B now 13/40. More difficult to read.

ab0=1ab
ab1=1abab
/1=/ab
(once)1=0bbabababbab/ag/abbabab/ab/ag/ab
baabba=abbaba
aab=(end)ba
bag/abbabab/a=abag/abbabab/aba
bab/ag/abbabab/ab/ag/=(end)bag/abbabab/abab/ag/abbabab/a
bab/ag/abbabab/ababa=b/ag/abbabab/aba
bb/ag/abbabab/ab/ag/abbabab/aba=,0
0ba=1
1ba=ba0
ba=1

This is a direct promotion of the 15-line version. I use 'ba' instead of 'a' and 'ab' instead of '+', in which case 'a=+' can be hidden in other lines. The hard part lies in deleting the last 'b' created by line 1-3. This is solved by running line 7 twice and then line 6 in the beginning(afterward line 6 and 7 appear in turn). Line 8 is always a disaster. In this program line 8 also has to make sure that the condition of line 7 is not satisfied when it is the turn for line 9 (this cost me many hours!).
2147483648 18 Jul @ 12:12am 
5-6 15 lines is possible, just looks like not something humans can read.

a0=0aa
a1=0aaa
(once)/1=a,0g+a,0,0ga,0a
(once)1=0a
00a=0a
d=(end)a
ag+a,0=dg+a,0a
a,0g+a,0,0g=(end)g+a,0,0g+a,0
a+=+a
a,0g+a,0a=,0g+a,0
,0g+a,0,0g+a,0a=,0
a=+
0+=1
1+=+0
+=1

Comments. 'a' in 6-1, line 1-5 transform two numbers to '0aa'. '+' means add 1 to a number, line 13-15 transform '0++' to number. Line 6,7 copies divisor to end separated by 'g+a,0'. Line 9 makes sure '+' is at start. There are 3 numbers, dividend ',0g+a,0' divisor ',0g+a,0' divisor. If dividend > 0, line 10 substracts the first two numbers and goto line 8, otherwise substract the last two and goto line 11. Line 11 deletes the separate symbols. Line 12 transforms remainder from '0aa' to '0++'. Line 8 is hardest(maybe hardest in this game), means add 1 to the quotient, delete 1 separate symbol in the middle, and add 1 separate symbol at end. To do this, '+' is hidden in the separate symbol and line 8 deletes the 'g' so '+' appears.
柯西洗袜子 28 May @ 10:54pm 
6-3 another 13-line solution:
#there are at most five c's in between a and b
ab=bb
ba=bb
acb=bcb
bca=bcb
accb=bccb
bcca=bccb
acccb=bcccb
bccca=bcccb
bcccca=bccccb
accccb=bccccb
bccccca=bcccccb
acccccb=bcccccb

a=c
カズエイ 27 Jun, 2024 @ 5:21pm 
6-2 11 lines

aaaaaaaab=baaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaa=trueb
baaaaaaaaaaaaaaaaaaaaaaaa=
aaaaaaaaa=
ea=eaaaaaaaa
atrueb=truebaaaaaaaa
truetrueb=false
eb=eaaaaaaaaaaaaaaaaaaaaaaaa
c=baaaaaab
b=trueb
aa=true
カズエイ 28 May, 2024 @ 9:46pm 
4-14 7 lines

(once)=(end)||||||||||||||||||||||||||||||||||||||||||||||||||||c|c||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
a|=(start)a
b|=(start)b
(once)bc|c||=(start)acc
(once)cc|c||=bc|c||
c|=(start)c
(once)acc=
カズエイ 27 May, 2024 @ 11:06pm 
6-2 12 lines

+||||=||||+
tru|||||||||||||=fals|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||+=
|||||=
etru=+
b=tru|e
c=tru||e
atru=tru+
ea=||||||||||||e
|e=||||e
+e=||||||||||||e
aa=tru++++e
カズエイ 16 May, 2024 @ 8:17am 
This community has given me the impetus to think a lot about problems.I wouid like to leave my solutions here as token of my gratitude.
Reyquiem 2 Feb, 2024 @ 2:12pm 
Thank you very much for this guide; it helped me finish the game after the game stopped being fun and just became overwhelming