Q****:-- 7 Bi**ion Humans (2234) --
-- 13: 注入数据 2 --
step s
pickup c
step s
step s
step s
step s
drop
step s
step s
step s
step s
drop
step e
step e
step e
drop
step n
step n
step e
step e
step e
drop
step n
step n
step n
step n
drop
x****:-- 7 Billion Humans (2234) --
-- 13: 注入数据 2 --
pickup s
step s
step s
step s
a:
if w == datacube:
step e
drop
if e == wall or w == wall: step s step s b: if e == datacube or w == datacube: step w drop jump b endif
endif
endif
jump a
黑****
对角巷
2024-06-22
47
Q****:也可以这样
x****:-- 7 Billion Humans (2234) --
-- 13: 注入数据 2 --
pickup s
step s
step s
step s
a:
if w == datacube:
step e
drop
if e == wall: step s step s step w b: if e == datacube: step w drop if w == wall: step s step s step e c: if w == worker or w == datacube: step e drop if e == wall: step s step s step w if e == worker or e == datacube: d: step w drop if w == wall: step s step s step e if w == datacube or w == worker: step e drop endif endif jump d endif endif jump c endif endif jump b endif
endif
endif
jump a
市****
信息课编程没见你这么起劲[棒]
2024-06-21 ·江苏
10
什****
第十关咋过啊[泪][泪]
2024-06-16 ·四川
15
s****:运行时长太久 多加个跳转都能省很多时间 按你这个放游戏里运行时长奔着300s去了
希****:-- 7 Billion Humans (2234) --
-- 10: 疏散演** --
a:
if c == nothing:
step w
endif
if c == 4:
step w
endif
if c == 1:
step n
endif
if c == 3:
step s
endif
if c == 2:
step e
endif
jump a
很****
粉碎机入门以前的我都会
2024-05-05 ·广西
10
胡****
第十个成功过关
2024-05-05 ·福建
02
很****:切,谁不会啊,我早就通过了
希****:这个挺简单的
没****
有玩不过去的关找我[酷][酷]
2024-05-01
310
往****:第5关
摘****:6
希****
第33关怎么搞啊
2024-03-10 ·河北
10
切****
《这不是我要的》
2024-02-09 ·上海
13
橘****:所有工人必须从无底洞离开。
抱****:OK不用了,自己摸索出来了
a****
这游戏很像算法[啊]
2024-02-01 ·四川
22
a****:当时初中玩没玩懂,高三才学算法的时候才想起了这个游戏
自****:自信点儿,这就是,只不过是概括的
A****
谁能帮我看看我第38关写的有什么问题?
-- 7 Billion Humans (2234) --
-- 38: 查找并摧毁 3 --
mem1 = nearest shredder
mem2 = set c
step n
a:
if n == datacube or
c == datacube:
step n
if mem2 > c or mem2 == nothing and c == datacube: mem2 = set c
endif
jump a
endif
if n == wall:
pickup mem2
b:
if s != wall: step s jump b
else: step n drop
endif
endif
step s
c:
if e == datacube or
s == shredder or
c == datacube:
mem3 = set c
step e
if mem3 > c or mem3 == nothing and c == datacube: mem3 = set c
endif
if e == wall: pickup mem3 giveto mem1
endif
endif
jump c
2023-12-30 ·北京
10
开****
第32关排序大厅怎么过
2023-12-29 ·安徽
01
A****:-- 7 Billion Humans (2234) --
-- 23: 排序大厅 --
step s
pickup c
a:
b:
if myitem > e:
step e
jump b
else:
c:
if myitem < w: step w jump c
endif
endif
jump a