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 1136. Parliament

Runtime Error in python
Posted by Milena Araujo 29 Jun 2014 08:09
I just rewritten my AC solution in python (it was originally written in Java) and I got Runtime Error on test #7. Any hint on why this happen ? Any test ? It gives me the same results as my Java solution ..
Re: Runtime Error in python
Posted by mike 7 Jul 2014 11:05
I'm also got RE#1 with Python 3.3. And finally rewrite code in C++ and got AC..
Re: Runtime Error in python
Posted by Komendantart 21 Jul 2014 03:12
Look sys.setrecursionlimit
Re: Runtime Error in python
Posted by ViktYusk 28 Nov 2018 23:27
Thanks, it helps.
Re: Runtime Error in python
Posted by Desserg 16 Dec 2019 16:49
Thanks