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

deleted 41 characters in body
Source Link
Oliver Ni
  • 10.7k
  • 3
  • 42
  • 110

05AB1E, (削除) 14 (削除ここまで) 13(削除) 13 (削除ここまで) 11 bytes

×ばつ26L2*1-£»×ばつ26L·<£»

Try it online! Try it online!

Explanation:

×ばつ # Push the alphabet repeated 27 times
 26L # Push [1, 2, ..., 26]
 2* · # Multiply by 2 [2, 4, ..., 52]
 1-< # Subtract 1 [1, 3, ..., 51]
 £ # Repeated slice
 » # Join by newlines
 # Implicit print

05AB1E, (削除) 14 (削除ここまで) 13 bytes

×ばつ26L2*1-£»

Try it online!

Explanation:

×ばつ # Push the alphabet repeated 27 times
 26L # Push [1, 2, ..., 26]
 2* # Multiply by 2 [2, 4, ..., 52]
 1- # Subtract 1 [1, 3, ..., 51]
 £ # Repeated slice
 » # Join by newlines
 # Implicit print

05AB1E, (削除) 14 (削除ここまで) (削除) 13 (削除ここまで) 11 bytes

×ばつ26L·<£»

Try it online!

Explanation:

×ばつ # Push the alphabet repeated 27 times
 26L # Push [1, 2, ..., 26]
 · # Multiply by 2 [2, 4, ..., 52]
 < # Subtract 1 [1, 3, ..., 51]
 £ # Repeated slice
 » # Join by newlines
 # Implicit print
edited body
Source Link
Oliver Ni
  • 10.7k
  • 3
  • 42
  • 110

05AB1E, (削除) 14 (削除ここまで) 13 bytes

×ばつ26L2*1-£»

Try it online!

Explanation:

×ばつ26L2*1-£»
A ×ばつ # Push the alphabet
 ×ばつ  # Repeat the alphabetrepeated 27 times
 26L # Push [1, 2, ..., 26]
 2* # Multiply by 2 [2, 4, ..., 52]
 1- # Subtract 1 [1, 3, ..., 51]
 £ # Repeated Sliceslice
 » # Join by newlines
 # Implicit print

05AB1E, (削除) 14 (削除ここまで) 13 bytes

×ばつ26L2*1-£»

Try it online!

Explanation:

×ばつ26L2*1-£»
A  # Push the alphabet
 ×ばつ  # Repeat the alphabet 27 times
 26L # Push [1, 2, ..., 26]
 2* # Multiply by 2 [2, 4, ..., 52]
 1- # Subtract 1 [1, 3, ..., 51]
 £ # Repeated Slice
 » # Join by newlines
 # Implicit print

05AB1E, (削除) 14 (削除ここまで) 13 bytes

×ばつ26L2*1-£»

Try it online!

Explanation:

×ばつ # Push the alphabet repeated 27 times
 26L # Push [1, 2, ..., 26]
 2* # Multiply by 2 [2, 4, ..., 52]
 1- # Subtract 1 [1, 3, ..., 51]
 £ # Repeated slice
 » # Join by newlines
 # Implicit print
added 385 characters in body
Source Link
Oliver Ni
  • 10.7k
  • 3
  • 42
  • 110

05AB1E, (削除) 14 (削除ここまで) 13 bytes

×ばつ26L2*1-£»

Try it online!

Explanation:

×ばつ26L2*1-£»
A # Push the alphabet
 ×ばつ # Repeat the alphabet 27 times
 26L # Push [1, 2, ..., 26]
 2* # Multiply by 2 [2, 4, ..., 52]
 1- # Subtract 1 [1, 3, ..., 51]
 £ # Repeated Slice
 » # Join by newlines
 # Implicit print

05AB1E, (削除) 14 (削除ここまで) 13 bytes

×ばつ26L2*1-£»

05AB1E, (削除) 14 (削除ここまで) 13 bytes

×ばつ26L2*1-£»

Try it online!

Explanation:

×ばつ26L2*1-£»
A # Push the alphabet
 ×ばつ # Repeat the alphabet 27 times
 26L # Push [1, 2, ..., 26]
 2* # Multiply by 2 [2, 4, ..., 52]
 1- # Subtract 1 [1, 3, ..., 51]
 £ # Repeated Slice
 » # Join by newlines
 # Implicit print
Source Link
Oliver Ni
  • 10.7k
  • 3
  • 42
  • 110
Loading

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