The same birthday by clock

numeric digits 11
p=1
do n=1 to 99
p=p-p*n/365
say"n="n+1", p="format(1-p,,8)
end

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

download

return to the top page