> Qualification round problems requiring bignums are rare, but not > unprecedented. I found these previous examples in the archive: > QR 2010, problem B: > https://code.google.com/codejam/contest/433101/dashboard#s=p1 > QR 2013, problem C: > https://code.google.com/codejam/contest/2270488/dashboard#s=p2
Those years you were not limited by environment settings. You used your own compiler. So there were no problem with C# to use BigInteger library (after it was made?). I suppose now the problem with usage of BigInteger library is solved for C# (I have not tested, only saw in FAQ). 1A round didn't required BigInteger. I think the System.Numerics with BigInteger could be added to other languages for Mono. But it's not my problem. -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/faba11c5-7c98-4be7-aee1-ebc2ee25a379%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
