ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1012. K-based Numbers. Version 2

Question.
Posted by Zheka 24 Apr 2012 13:02
Is there any possible way to solve it without long arithmetics in C++? please, if yes, tell me what types should i use.

Thanks.
Re: Question.
Posted by Andrew Sboev 28 Apr 2012 16:33
Maybe double and rounding will help? But I solved using C# and BigInteger.