[Community Puzzle] 3D printer

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @Miki09,validated by @jordan_codingame,@java_coffee_cup and @Wontonimo.
If you have any issues, feel free to ping them.

Hi, my solution pass all the tests but failed in validator 04 Hole. What special case can be in this validator? My general idea was to create solid block and remove parts which are empty. Some idea for additional test?

Validator 4 is similar to test 4 but one of the lines is of a different width and the hole is “more filled”.

Thanks. I made one more test with hole like:

####
## #
# #
####

and I found bug with order of handling one dimension

1 Like