char c[];b;main(a){for(scanf("%d",&a);memset(c,42,30),~a--;puts(c))for(b=5;b--;)c[(b+59-a)%30]="apple"[b];}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page