Our pleasure
, glad you enjoyed solving it.
Perhaps it will be done one day. But there really isn't much to test in the simpler version - if you know you can solve it, then you can
.
If you are in doubt, I think that a very simple random test case generator is enough to verify your ideas (I used this code for some of the test data). Run with e.g.: echo "20 400 10 0 1 100 " | ./blockgen to obtain a test case for the simpler version of the problem.