2021/07/28139 浏览攻略
-- 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