However lots of languages allow you to do arbitrary precision arithmetic straight out the box. The most common ones form the acronym PHiLiP: Python, Haskell, Lisp, Pike. And of course Whitespace.
Other languages have arbitrary precision arithmetic in a standard library: Java, C# (since version 4 of .net) and Ruby for example. Depending on your preferences, using one of these languages with tried and (not necessarily exhaustively) tested big integers may be a better idea than rolling your own. You can also use specialist C++ libraries like GMP but installing this ln windows is tiresome. Luke On 10 Aug 2011 09:26, "Luke Pebody" <[email protected]> wrote: -- You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
