big number arithmetic by darefilz

using System;class P{static void Main(){Console.Write(new int[]{362880,59049,34}[new Random().Next(3)]);}}

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

download

return to the top page