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 1196. History Exam

8 test python 3.6
Posted by roman velichkin 2 Jul 2019 22:18
I've used those thing:
- binary search
- sys.stdin.readline() instead of input
- http://acm.timus.ru/forum/thread.aspx?id=30704&upd=636446663176701082
- checked min/max teacher's dates and didn't below/over them

and still have just 1.514-1.544

What's wrong? What's idea behind that?
Re: 8 test python 3.6
Posted by Rodion 11 Sep 2020 23:20
same
Re: 8 test python 3.6
Posted by harakere 31 Jan 2021 17:37
use sets it's easy with them