2022 February Contest · Full set

All twelve problems from the USACO 2022 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 2022 results

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

Contest metadata

FieldValue
Season · Round2021–2022 · February
DivisionsBronze, Silver, Gold, Platinum
Problems per division3
WindowFeb 25 – Feb 28, 2022 (4-hour window per attempt)
LanguagesC, C++17/20, Java, Python 3 (defaults)
Default time / memory2.0 s / 256 MB (Silver P2, Gold P3, all three Platinum problems extend to 4 s — 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.