Cup size magic by pooq

for(i,0,10,write("AA",a:=i*5+65);for(j,1,i,write(" = ",(j+64)asCharacter,a-j*5))writeln)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page