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 1545. Hieroglyphs

My solution in Python 3 took 0.062s and 220 KB. Can it be faster?
Posted by Dhruv Somani 25 May 2016 14:49
My solution in Python 3 took 0.062s and 220 KB. Can it be faster?
Re: My solution in Python 3 took 0.062s and 220 KB. Can it be faster?
Posted by AndrewSultan 28 Jul 2016 20:29
Of course it can!
my solution took away just 0.001 sec and 172 kB(in C)
Re: My solution in Python 3 took 0.062s and 220 KB. Can it be faster?
Posted by tdnnojtupbkmuhehvb 19 Apr 2021 15:39
Python takes more time than lower level languages and thats why it's not the best idea to use it in a speed based setting