Editorial for DMOPC '14 Contest 1 P2 - Tiles


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.

Divide the width and the length by the side length of the tile and round down as to obtain the number of entire tiles that fit. Output the product of the two quotients.


Comments

There are no comments at the moment.