Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

added 3 characters in body
Source Link
Galen Ivanov
  • 21.5k
  • 3
  • 26
  • 62

Factor, 42(削除) 42 (削除ここまで) 39 bytes

9 [1,b] [ dup [ 1array ] dipswap cycle ] map .

Try it online! Try it online!

Displays a list ot lists

Factor, 42 bytes

9 [1,b] [ dup [ 1array ] dip cycle ] map .

Try it online!

Displays a list ot lists

Factor, (削除) 42 (削除ここまで) 39 bytes

9 [1,b] [ dup 1array swap cycle ] map .

Try it online!

Displays a list ot lists

Source Link
Galen Ivanov
  • 21.5k
  • 3
  • 26
  • 62

Factor, 42 bytes

9 [1,b] [ dup [ 1array ] dip cycle ] map .

Try it online!

Displays a list ot lists

AltStyle によって変換されたページ (->オリジナル) /