Re: [gcj] Re: Contest Analysis for Round 1A has been posted

2013-05-04 Thread kmwho
Correct me if I am wrong, but The answer to your question is given by yourself, it relies on the arbitrary precision arithmetic of Decimal module of python, which is doing all the work. and infact your solution is slower than the one given in the analysis. The given solution works in logarithmic

[gcj] Re: gmp for c++

2013-05-04 Thread kmwho
did you include gmp? #include also when compiling dont forget to link g++ main.cpp -lgmp -- 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 google-code+unsubs