|
|
вернуться в форумProblem "lemon tale" In this question if N=K=10000, then the number of combinations would be 2^10000. Can you tell me if there is any assumption in the question that the result fits into an integer. Re: Problem "lemon tale" long arihmetic Re: Problem "lemon tale" Hi, By long arithmetic, do you mean "long long" datatype or some thing else? If it is not "long long" datatype, do there exist libraries which I can use. Thank you, Deepesh Re: Problem "lemon tale" (-) Try to read Okulov's book. There is all about long arithmetics. Re: Problem "lemon tale" (-) Long arithmetics but time limit. How to avoid TLE? Maybe my algorithm is too slow? |
|
|