Editorial for Mock CCC '18 Contest 2 J2 - A Software Engineering Task
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.
Submitting an official solution before solving the problem yourself is a bannable offence.
Author:
What the task is really asking is to move o
's down until they hit #
or the bottom of the grid. This can be simulated directly column by column, going top to bottom.
Comments