Y
Hacker News
new
|
ask
|
show
|
jobs
by
NetMageSCW
193 days ago
What happens when you try to compute 2**8+1 ?
2 comments
amoss
193 days ago
If its too large you could just subtract 2*8 and try again.
link
iberator
193 days ago
Should work fine with long long?
link