#R, (削除) 47 (削除ここまで)(削除) 42 (削除ここまで) 41 bytes
R, (削除) 47 (削除ここまで)(削除) 42 (削除ここまで) 41 bytes
write(rep(LETTERS,27)[-27*1:26],1,26,,'')
Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.
#R, (削除) 47 (削除ここまで)(削除) 42 (削除ここまで) 41 bytes
write(rep(LETTERS,27)[-27*1:26],1,26,,'')
Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.
R, (削除) 47 (削除ここまで)(削除) 42 (削除ここまで) 41 bytes
write(rep(LETTERS,27)[-27*1:26],1,26,,'')
Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.
#R, (削除) 47 (削除ここまで) (削除) 42 (削除ここまで) 41 bytes
write(rep(LETTERS,27)[-27*1:26],1,26,,'')
Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.
#R, 47 bytes
Generates 27 alphabets and changes appropriate letters to newlines.
x=rep(LETTERS,27);x[27*1:26]='\n';cat(x,sep='')