Page 1 of 1

Over 8000000 datasets for a problem

Posted: Thu Dec 13, 2007 5:48 am
by ovidiu
10245 - The Closest Pair Problem

After some TLEs, I submited a source which just reads data and I found that there are over 8000000 datasets. :o
The time limit is set to 3 seconds, not to 8 seconds as reads in the problem statement.
8000000 datasets were read in near 3 seconds, but there are more datasets. :wink:

So, this problem is "locked" by the problem setters?

Posted: Thu Dec 20, 2007 10:18 am
by hekacyr
its most probably a bug in you program. are you by chance reading integer coordinates?

regards
-j

Posted: Fri Dec 21, 2007 5:31 pm
by ovidiu
Thank you!
You're right. I used int, having in mind the statement for a similar problem, 10750 - Beautiful Points.
Sorry for my initial message ...