Editorial for DMOPC '17 Contest 5 P0 - Mimi and Pizza


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: Kirito

This problem was designed to test knowledge of if statements; a straightforward implementation of the problem statement would suffice.

Time Complexity: \mathcal O(1)


Comments

There are no comments at the moment.