I have a chocolate bar of size m*n. I wish to split it into unit-sized pieces. What is the minimum split I have to do with the bar? code example
Example: I have a chocolate bar of size m*n. I wish to split it into unit-sized pieces. What is the minimum split I have to do with the bar?
(M * N) - 1;