Search found 4 matches

by satej
Mon Sep 03, 2007 12:03 pm
Forum: Volume 112 (11200-11299)
Topic: 11263 - Nested Rectangles
Replies: 10
Views: 4573

@goodwill I sent an e-mail to Miguel yesterday. I think they will fix it as soon as they can.
by satej
Mon Sep 03, 2007 11:52 am
Forum: Volume 112 (11200-11299)
Topic: 11263 - Nested Rectangles
Replies: 10
Views: 4573

Sorry for everyone who are in trouble after getting wa with their correct code.
by satej
Mon Sep 03, 2007 11:50 am
Forum: Volume 112 (11200-11299)
Topic: 11263 - Nested Rectangles
Replies: 10
Views: 4573

The output file is currently wrong. I am getting ac with my buggy code while my correct solution is giving wa. We sent a wrong version of the data file. But during the contest we corrected the output file. But in online judge it has not been corrected yet.
by satej
Sun Nov 12, 2006 3:18 pm
Forum: Volume 110 (11000-11099)
Topic: 11065 - A Gentlemen's Agreement
Replies: 19
Views: 10341

mf wrote:I guess the test cases in the input aren't too tough.
I've used backtracking with some pruning to generate every independent set, and it got just ~0.6 seconds.
The maximum answer can be 2^30. So a backtracking solution should not work for such limits.

Go to advanced search