2024 December Bronze · "Roundabout Rounding"

← All past problems · Official December 2024 contest page

Write-up in progress. Title confirmed against the official December 2024 results. I haven't yet finished my own solve and write-up, so I'm refusing to put a fake walkthrough here — read the canonical statement on usaco.org for now.

Plan for this write-up

Pattern this problem belongs to

Bronze problems are usually ad-hoc, complete search, or simulation with a careful observation. The skill at this level is translating a wordy statement into clean code with the right data types — algorithmic novelty is rare. Once I've solved it I'll pin down which Bronze pattern this is an instance of.