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 1100. Final Standings

How to solve this problem in Python 3.4?
Posted by JuliM 31 Jul 2016 22:05
All mentioned solutions cause TLE.
Re: How to solve this problem in Python 3.4?
Posted by Serg 18 Nov 2016 17:58
I have got "accepted" on python 2.7 even with very ineffective variant, and python 3.4 always writes TLE
??????
Re: How to solve this problem in Python 3.4?
Posted by jemeraldo 29 Apr 2017 14:28
I have same problem! This solution difficult is O(n), but i got TLE #11

[code cuted]
I send this code with python 2.7 and got AC with time 0.67. lol)

Edited by author 30.04.2017 12:38