Links

Search This Blog

June 22, 2020

Rice

var i = 0;
var j = 1;
var h = 0;
for(;i<64;i++){
  h += j;
  j *= 2;
}
console.log(h);

Is this the right answer? 18446744073709552000
How is this number even even number?

5 comments:

MAXINT said...

You've hit the ceiling!

Anonymous said...

Maybe if you could count turnaronds somehow?

Anonymous said...

Ultimately, it doesn't matter because what's the number without reason?

Welcome to the blog.... said...

Quantum machine couldn't solve this either?

Welcome to the blog.... said...

Is a philosophical provocation. Maybe the answer is simply Infinity.

Post a Comment