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

Commonmark migration
Source Link

#R, (削除) 47 (削除ここまで)(削除) 42 (削除ここまで) 41 bytes

R, (削除) 47 (削除ここまで)(削除) 42 (削除ここまで) 41 bytes

write(rep(LETTERS,27)[-27*1:26],1,26,,'') 

Try it online!

Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.

Improvement inspired by @Giuseppe's solution.

#R, (削除) 47 (削除ここまで)(削除) 42 (削除ここまで) 41 bytes

write(rep(LETTERS,27)[-27*1:26],1,26,,'') 

Try it online!

Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.

Improvement inspired by @Giuseppe's solution.

R, (削除) 47 (削除ここまで)(削除) 42 (削除ここまで) 41 bytes

write(rep(LETTERS,27)[-27*1:26],1,26,,'') 

Try it online!

Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.

Improvement inspired by @Giuseppe's solution.

-1 byte, reformatted
Source Link

#R, (削除) 47 (削除ここまで) 42(削除) 42 (削除ここまで) 41 bytes

write(rep(LETTERS,27)[-27*1:26],1,26,,'') 

Try it online!

Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.

Improvement inspired byImprovement inspired by @Giuseppe's solution.

write(rep(LETTERS,27)[-27*1:26],'',26,,'') 

#R, (削除) 47 (削除ここまで) 42 bytes

Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.

Improvement inspired by @Giuseppe's solution.

write(rep(LETTERS,27)[-27*1:26],'',26,,'') 

#R, (削除) 47 (削除ここまで) (削除) 42 (削除ここまで) 41 bytes

write(rep(LETTERS,27)[-27*1:26],1,26,,'') 

Try it online!

Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.

Improvement inspired by @Giuseppe's solution.

5 byte improvement
Source Link

#R, 47(削除) 47 (削除ここまで) 42 bytes

Generates 27 alphabets and changes appropriatealphabetes, removes 27-th letters to newlinesand prints in 26 columns.

Improvement inspired by @Giuseppe 's solution .

x=repwrite(rep(LETTERS,27);x[27*1[-27*1:26]='\n';cat(x26],sep='''',26,,'')

#R, 47 bytes

Generates 27 alphabets and changes appropriate letters to newlines.

x=rep(LETTERS,27);x[27*1:26]='\n';cat(x,sep='')

#R, (削除) 47 (削除ここまで) 42 bytes

Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.

Improvement inspired by @Giuseppe 's solution .

write(rep(LETTERS,27)[-27*1:26],'',26,,'')
Source Link
Loading

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