A Very Big Sum

  • + 2 comments

    The problem isn't meant to be solved using long integer. Use integer datatype to solve it. You may divide the bits and then add them seperately.