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 21 characters in body
Source Link
emanresu A
  • 46.2k
  • 5
  • 111
  • 257

Vyxal Vyxal j, 107 bytes

kA:ǓZv∑13*kAǏz13*

Try it Online! Try it Online!

kA # Uppercaseuppercase alphabet
 :ǓZ Ǐ # ZipAppend withthe afirst copyletter
 rotated onez to the left
 # Get overlapping pairs
 v∑ 13* # SumRepeat each 13 times
 13* # Repeat(j eachflag) 13xjoin by newlines

Vyxal j, 10 bytes

kA:ǓZv∑13*

Try it Online!

kA # Uppercase alphabet
 :ǓZ  # Zip with a copy rotated one to the left
 v∑ # Sum each
 13* # Repeat each 13x

Vyxal j, 7 bytes

kAǏz13*

Try it Online!

kA # uppercase alphabet
 Ǐ # Append the first letter
 z # Get overlapping pairs
 13* # Repeat each 13 times
 # (j flag) join by newlines
Source Link
emanresu A
  • 46.2k
  • 5
  • 111
  • 257

Vyxal j, 10 bytes

kA:ǓZv∑13*

Try it Online!

kA # Uppercase alphabet
 :ǓZ # Zip with a copy rotated one to the left
 v∑ # Sum each
 13* # Repeat each 13x

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