Cup size magic by pooq

for(i in 1:11){a=i*5+60;cat("AA",a,sep="");j=1;while(j<i){cat(" = ",rawToChar(as.raw(j+64)),a-j*5,sep="");j=j+1};cat("
")}

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

download

return to the top page