Problem on Gridmancer Redux [SOLVED]

Here is my code:

hero.addRect(0, 18, 4, 2)
hero.addRect(0, 0, 4, 3)
hero.addRect(0, 8, 1, 3)
hero.addRect(1, 9, 1, 4)
hero.addRect(2, 11, 1, 4)
hero.addRect(3, 11, 4, 1)
hero.addRect(11, 7, 2, 1)
hero.addRect(3, 3, 1, 3)
hero.addRect(4, 5, 1, 3)
hero.addRect(5, 5, 3, 1)
hero.addRect(6, 1, 1, 1)
hero.addRect(7, 0, 1, 5)
hero.addRect(8, 1, 1, 3)
hero.addRect(9, 2, 2, 2)
hero.addRect(11, 3, 2, 1)
hero.addRect(4, 19, 16, 1)
hero.addRect(16, 1, 1, 1)
hero.addRect(13, 2, 4, 2)
hero.addRect(17, 3, 1, 2)
hero.addRect(15, 4, 2, 8)
hero.addRect(17, 5, 2, 14)
hero.addRect(16, 18, 1, 1)
hero.addRect(6, 15, 1, 1)
hero.addRect(7, 9, 1, 1)
hero.addRect(7, 10, 2, 6)
hero.addRect(9, 11, 1, 8)
hero.addRect(10, 11, 2, 1)
hero.addRect(10, 15, 2, 1)
hero.addRect(12, 11, 3, 4)
hero.addRect(12, 15, 1, 1)
hero.addRect(13, 15, 1, 4)

There are no errors in the code. I have at most 56 squares and I partitioned all the coins, but it says ‘don’t hand-place the rectangles’. What does that mean? I thought the guide could help, but it just says, ‘Guide to come! Sorry adventurers.’

The guide is currently not finished. The don’t hand place the rectangles means that you have to figure out an algorithm instead of manually placing the rectangles.

That’s good to know. Thanks!