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 285 characters in body
Source Link
Emigna
  • 53.2k
  • 5
  • 44
  • 164

05AB1E, 18(削除) 18 (削除ここまで) 17 bytes

×ばつN©>n£®nF¦×ばつN>n£NnF¦},

Try it online! Explanation

26F # for N in range(0, 26) do
 ×ばつ # the alphabet repeated 26 times
 N>n£ # take (N+1)^2 letters
 NnF¦} # throw away the first N^2 letters
 , # print with newline

Try it online!

05AB1E, 18 bytes

×ばつN©>n£®nF¦},

Try it online!

05AB1E, (削除) 18 (削除ここまで) 17 bytes

×ばつN>n£NnF¦},

Explanation

26F # for N in range(0, 26) do
 ×ばつ # the alphabet repeated 26 times
 N>n£ # take (N+1)^2 letters
 NnF¦} # throw away the first N^2 letters
 , # print with newline

Try it online!

Source Link
Emigna
  • 53.2k
  • 5
  • 44
  • 164

05AB1E, 18 bytes

×ばつN©>n£®nF¦},

Try it online!

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