Editorial for SAC '22 Code Challenge 4 P1 - Obligatory Car Problem


Remember to use this editorial only when stuck, and not to copy-paste code from it. Please be respectful to the problem author and editorialist.
Submitting an official solution before solving the problem yourself is a bannable offence.

Author: maxcruickshanks

Output \max(0, N-3) and use a 64-bit integer data type, or the answer will overflow.

Time Complexity: \mathcal{O}(1)


Comments

There are no comments at the moment.