|
|
back to boardWhat kind of tests were added? I have WA#17, but USACO works! Posted by Alexey 9 Jun 2006 18:05 Help! Thanks. Edited by author 09.06.2006 18:06 Re: What kind of tests were added? I have WA#17, but USACO works! I had WA7 with some old stupid solution which ran through all previous rects and split them apart. Just rewrote it with N^2*log(N) and got AC. I think that 17th test just produces too many pieces for that straight algo to work. |
|
|