We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
I havent found it missleading, but indeed failed some testcases, and had to "unlock" the testcase that shows that really long inputs failed. That gave it away that since s can be 32 in lentgth, and spliting it to two so 16 and 16 digit numbers, it wont fit in an int.
Bit tricky, but not sure if its missleading.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Separate the Numbers
You are viewing a single comment's thread. Return to all comments →
I havent found it missleading, but indeed failed some testcases, and had to "unlock" the testcase that shows that really long inputs failed. That gave it away that since s can be 32 in lentgth, and spliting it to two so 16 and 16 digit numbers, it wont fit in an int.
Bit tricky, but not sure if its missleading.