A Very Big Sum

  • + 6 comments
    return accumulate(ar.begin(), ar.end(), 0ll);
    

    notice the ll after 0