USACO February 2018 Platinum - At Large

Author: Benjamin Qi

Table of Contents


Edit on Github

Although the intended solution is extremely difficult, this is not too hard to fakesolve! First write some O(N2)O(N^2) DP that is somehow fast enough to pass test cases 1-6.

Code

This won't work for test cases 7-11, but these test cases are quite special!

How So?

For a legit (?) DP solution, see Eric Zhang's comment.

Give Us Feedback on USACO February 2018 Platinum - At Large!