下载 App
通关攻略- 第五关重要的抉择
-- 7 Billion Humans (2234) --
-- 5: 重要的抉择 --
if w == datacube:
step w
pickup c
a:
step w
jump a
else:
step e
pickup c
b:
step e
jump b
endif

zzc卡尔:
-- 7 Billion Humans (2234) --
-- 5: 重要的抉择 --
if e == datacube:
a:
step e
jump a
else:
b:
step w
jump b
endif
:
-- 7 Billion Humans (2234) --
-- 30: 鋪滿地面 --
mem1 = nearest printer
mem2 = nearest wall
takefrom mem1
step mem2
a:
if c == nothing:
drop
mem2 = nearest datacube
takefrom mem1
step mem2
endif
step nw,w,sw,n,s,ne,e,se
jump a
33的指令最少是把原本最快的否則去掉而已
-- 7 Billion Humans (2234) --
-- 33: 資料備份 --
mem1 = set w
mem2 = set e
if mem1 > mem2:
pickup mem1
write mem2
endif
pickup mem2
write mem1
drop
:
吐血了,明明之前我测试的时候,两人之间传数据方块,只能用交给硬塞,不能用取自硬强。为什么在网上看了别人的方案之后,我手机上就也可以硬抢了呢
无效速通!!!
玄学通关,仅供娱乐。笑死,效率才是生产的第一位好嘛!🙉🙉🙉
:
-- 7 Billion Humans (2234) --
-- 11: 注入数据 1 --
pickup s
a:
step s
if w == datacube and
e == datacube and
c == nothing:
drop
endif
jump a
一颗星五指令,还是觉得指令少这玩意,比较简单,可以从我们最初设的一串长指令一段段的删去不必要的指令


















