On the Subject of Coverage
Solution: ceil(w/a)*ceil(h/a).
When the module is activated it shows an area size (w & h) and a square size (a). Input the minimum number of squares required to cover the area. The "<" key will delete the previous input and the "S" key will submit what is currently inputted. Answer should consist of exactly two digits.
- It is allowed to cover a larger area than the specified one, but it must be completely covered;
- Squares cannot be split, but are allowed to be used only as a whole;
- The boundaries of the squares must be parallel to the boundaries of the area.