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

For people who have WA 6
Posted by Komron 20 Feb 2013 17:02
First i tried to solve this problem using int64 (long long) , i got WA6. Then i used long number theory to solve this problem and i got AC!)

Good luck!
Re: For people who have WA 6
Posted by hehe 26 Mar 2013 15:42
what's that "long number theory" ? i think we need to switch to python.
Re: For people who have WA 6
Posted by PrankMaN 29 Mar 2013 15:18
I think it's time to start to learn Java, just some simple things(like input and output) and BigInt. It could probably help me in those long arithmetics case.
Re: For people who have WA 6
Posted by Rafiullah 23 Feb 2024 17:43
Yeah! Just use Python and it will be accepted!