首页
排行榜
发现
动态
云游戏
论坛
创作者中心
发布动态
xo
关注
xo
关注
2021/07/28
139 浏览
攻略
-- 7 Billion Humans (2234) --
-- 43: 九九乘法表 --
a:
step n
if n >= 1:
mem1 = set n
b:
step s
pickup c
mem2 = calc mem1 + n
write mem2
drop
if c == nothing:
endif
jump b
endif
jump a