Ad
  • Default User Avatar

    That is not as explanatory as you think it is, for example, if I would have this string 12341, I can think that obviating the three numbers in the middle, the answer is True, however as you previosly explain is just the number at the very middle. This kind of things most be explicit explain in the problem description.

  • Default User Avatar

    I don't understand problem description, how this number is lucky: 17935 # 1 + 7 = 3 + 5, you are not adding 9 anywhere and do not mention nothing about this. Can anybody explain, please.

  • Default User Avatar

    Test Cases should be hardest, I found wrong solutions that passed the test cases.

  • Default User Avatar

    This is a long number(9223372036854775807) not BigInteger, you didn't understand my question, I didn't ask for change m from long to BigInteger, what I said is that seeing solutions, shouldn't pass if tested with that number, because of the way they are implemented. I just saying that test cases are weak, nothing else.

  • Default User Avatar

    None solution should pass if tested with this as input parameter 9223372036854775807. Must use BigInteger instead.