Skeletron333: Cyberpunk Lore, Code Experiments & Symbol Hacks
Links
Pages
Home
Tools
Download
Image
Contact
Bottom Page
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?
2 comments:
MAXINT said...
You've hit the ceiling!
Friday, 04 September, 2020
Anonymous said...
Maybe if you could count turnaronds somehow?
Monday, 06 May, 2024
Post a Comment
Newer Post
Older Post
Home
2 comments:
You've hit the ceiling!
Maybe if you could count turnaronds somehow?
Post a Comment