Cup size magic by clock

s/^/AA115 A110 B105 C100 D95 E90 F85 G80 H75 I70 J65/
h
:
s/.*A/AA/
y/BCDEFGHIJ/ABCDEFGHI/
G
h
s/\n.*//
/ /b
x
s/ / = /g

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

download

return to the top page