You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the line length is 100, and segment length is 10, the number of segments is just 10, no need to plus 1, otherwise will throw an exception later. The right code works.
The text was updated successfully, but these errors were encountered:
if the line length is 100, and segment length is 10, the number of segments is just 10, no need to plus 1, otherwise will throw an exception later. The right code works.
The text was updated successfully, but these errors were encountered: