05AB1E, (削除) 14 (削除ここまで) 13(削除) 13 (削除ここまで) 11 bytes
×ばつ26L2*1-£»×ばつ26L·<£»
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-£»
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·<£»
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
05AB1E, (削除) 14 (削除ここまで) 13 bytes
×ばつ26L2*1-£»
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-£»
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-£»
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-£»
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-£»
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