Skip to content
bradendubois edited this page Nov 24, 2021 · 8 revisions

Volim

ID: volim

Difficulty: 1.7

CPU Time: 1 second

Memory: 1024 MB

Solution

One can iterate N times, add the T seconds to a running total (breaking if above the 210 second limit), and only increment the player if the answer given was "T".

Clone this wiki locally