下载 App
反转流水线终于做出来了
我感觉脑细胞都快烧没了
给你们看看我做的程序
卧艹太难了,我把每部都模块化足足有55个步骤而且最后还说9步就可以做出来的我人傻了
我想问问有没有大佬晒一下自己做的或者做的比我更复杂的?
: 图片
-- 7 Billion Humans (2234) --
-- 20: 反转流水线 --
step s
pickup c
a:
if w == hole:
b:
if e != hole and
e != datacube:
step e
jump b
else:
drop
endif
else:
step w
jump a
endif
第七关,我想的太麻烦了,有没有更加简单的
-- 7 Billion Humans (2234) --
-- 7: 整理房间 --
step s
if s == datacube:
step s
pickup c
a:
step s
if s == hole:
drop
if s == hole:
jump b
endif
endif
jump a
else:
step s
if s == datacube:
step s
pickup c
:
-- 7 Billion Humans (2234) --
-- 7: 整理房间 --
a:
step s
pickup c
if s == hole:
drop
endif
jump a




























