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

Your checker increase work time of my program
Posted by IlushaMax 8 May 2017 22:12
I compiled my code on ideone and there I have 0.4 sec for test 1800 10
So I have tle 9. Maybe there are stronger tests?
By the way my program use vectors in long arithmetics. Should I use strings in it?

Edited by author 08.05.2017 22:14
Re: Your checker increase work time of my program
Posted by Mahilewets 9 May 2017 17:55
My solution in Python 3.4 solves the problem in 78 milliseconds.
I do not use binary power.