7 BILLION HUMANS

Level 43: Multiplication Table

Shortest and Fastest Program

-- 7 Billion Humans (2144) --
-- Level 43: Multiplication Table --
-- Shortest Program: 11 Commands --
-- Fastest Program: 53 Seconds --
a:
step n
if c != nothing or
 s != datacube:
    jump a
endif
mem1 = set n
b:
step s
mem2 = calc mem2 + mem1
pickup c
write mem2
drop
if s != nothing:
    jump b
endif
Back