You are viewing a single comment's thread. Return to all comments →
3 issues need to be noticed in order to solve all cases:
1) trim the string
2) handle string.length() > 400000 => don't print anything
3) handle string.length() == 0 => print "0"
Seems like cookies are disabled on this browser, please enable them to open this website
Java String Tokens
You are viewing a single comment's thread. Return to all comments →
3 issues need to be noticed in order to solve all cases:
1) trim the string
2) handle string.length() > 400000 => don't print anything
3) handle string.length() == 0 => print "0"