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

roman velichkin 8 test python 3.6 [2] // Problem 1196. History Exam 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?
Rodion Re: 8 test python 3.6 [1] // Problem 1196. History Exam 11 Sep 2020 23:20
same
harakere Re: 8 test python 3.6 // Problem 1196. History Exam 31 Jan 2021 17:37
use sets it's easy with them