2024 USACO opens silver solutions python

were there any solutions for p2 or p3 that solved all test cases? im wondering if it was possible to just use python to get through this contest. if so can someone post their code

There is a Python solution for P2 in the latest version of the analysis (waiting to be updated).

I’m not aware of a full Python solution for P3. Our Python N^2 solution ran slower than our C++ N^3 solution on most cases (and not much faster than the N^3 solution even on cases designed specifically to make the N^3 solution to run slowly). So unfortunately it wasn’t possible to set the time limit to allow Python to pass.

I see so the p2 analysis will be posted later thank you