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 1413. Mars Jumper

Python 3.3
Posted by Be Louder 26 Nov 2013 13:10
Has anybody AC with Python 3.3?
Re: Python 3.3
Posted by Xel 15 Jan 2014 17:17
I tried, but always get TLE.
I rewrite code to C and get AC with 0.156s.
Re: Python 3.3
Posted by Abhishek Ghosh 24 Oct 2021 06:09
It's possible, hint : use a dictionary instead of a big if-else ladder :)