You are viewing a single comment's thread. Return to all comments →
NOTE: There is an error in the problem specs.
The Function Description says:
... return an array of integers representing the number of sticks before each cut operation
The Returns specification says:
int[]: the number of sticks after each iteration
Guess which one is correct. (OK, fine, I'll tell you: The one before the other.)
Seems like cookies are disabled on this browser, please enable them to open this website
Cut the sticks
You are viewing a single comment's thread. Return to all comments →
NOTE: There is an error in the problem specs.
The Function Description says:
The Returns specification says:
Guess which one is correct. (OK, fine, I'll tell you: The one before the other.)