You are viewing a single comment's thread. Return to all comments →
remember to check the range. |s|<=32, therefore the integer is 16-digit long at max, should use long to store its value.
Separate the Numbers
You are viewing a single comment's thread. Return to all comments →
remember to check the range. |s|<=32, therefore the integer is 16-digit long at max, should use long to store its value.