2023 February Contest · Full set

All twelve problems from the USACO 2023 February round, organised by division. Each division page contains my write-up of the three problems: paraphrased statement, key idea, C++ reference solution, and pitfalls.

← All past problems · Official Feb 2023 results

Authoritative source. Problem statements, official PDFs, sample tests, and editorials live at usaco.org/index.php?page=feb23results. Everything below is my own paraphrase — when in doubt, click through to the official statement.

Contest metadata

FieldValue
Season · Round2022–2023 · February
DivisionsBronze, Silver, Gold, Platinum
Problems per division3
WindowFriday Feb 24 – Monday Feb 27, 2023 (4 hours per attempt)
LanguagesC, C++17/20, Java, Python 3 (defaults)
Default time / memory2.0 s / 256 MB (Silver problems 2–3 and Gold/Platinum extend these — noted per problem)

Browse by division

How I'm reading this set

  1. Bronze first, cold. 60-minute timer, no editorial, no AI.
  2. Silver next, cold. Same drill — silver is the level I'm targeting.
  3. Gold for exposure. Read statements, predict algorithm family, then editorial.
  4. Platinum for the long view. Read editorials, attempt one of the three.