(With batch processing, whose code will be the shortest )
——————————————————————————
this is my code,too long,haha
Code: Select all
@echo off
set "s= AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
for /l %%i in (1,1,40) do (
call,echo,%%s:~%%i,%%i%%
)
pause
——————————————————————————
You guys are really great.
The shortest is about 70 bytes.
I learned a lot from you, thanks!
2017.3.17