The same birthday by clock

class B{static void Main(){for(double n=1,p=1;n<100;System.Console.Write("n={1}, p={0:F8}\n",1-p,n))p-=p*n++/365;}}

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

download

return to the top page