Over 8000000 datasets for a problem

The forum to report every bug you find or tell us what you'd like to find in UVa OJ's new system

Moderator: Board moderators

Locked
ovidiu
New poster
Posts: 10
Joined: Fri Dec 07, 2007 10:42 am

Over 8000000 datasets for a problem

Post 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?
hekacyr
New poster
Posts: 7
Joined: Sat Oct 19, 2002 1:25 pm

Post by hekacyr »

its most probably a bug in you program. are you by chance reading integer coordinates?

regards
-j
ovidiu
New poster
Posts: 10
Joined: Fri Dec 07, 2007 10:42 am

Post 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 ...
Locked

Return to “Bugs and suggestions”