Hacker News new | ask | show | jobs
by NetMageSCW 193 days ago
What happens when you try to compute 2**8+1 ?
2 comments

If its too large you could just subtract 2*8 and try again.
Should work fine with long long?