Revision d3f2b39c-2e3d-4032-98f2-36baed29c75c - Code Golf Stack Exchange

# Octave, 27 bytes

We're adding a row and a column vector, and Octave nicely expands the sigleton dimensions, no need for `bsxfun` (as you would need in Matlab).

 [mod((v=0:25)+v',26)+65,'']

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