USACO Platinum 2018 February - 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 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.

Join the USACO Forum!

Stuck on a problem, or don't understand a module? Join the USACO Forum and get help from other competitive programmers!

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