kbt09
2020-07-21 12:01:02
- #1
No, no, Lumpi_LE is basically right. You just break down 2 boards at the beginning
Example:
1st row:
60 - 152 - 152 - 100 ... 52 remain
2nd row:
90 - 152 - 152 - 128 - 70 ... 82 remain
3rd row you start with the remainder from row 1
52 - 152 - 152 - 108 ... 44 remain
4th row you start with the remainder from row 2
82 - 152 - 152 - 78 ... 74 remain
etc.
Example:
1st row:
60 - 152 - 152 - 100 ... 52 remain
2nd row:
90 - 152 - 152 - 128 - 70 ... 82 remain
3rd row you start with the remainder from row 1
52 - 152 - 152 - 108 ... 44 remain
4th row you start with the remainder from row 2
82 - 152 - 152 - 78 ... 74 remain
etc.