Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
|
|
@ -10,16 +10,16 @@ def compare:
|
|||
|
||||
[ -(-2147483647-1),"2147483648"],
|
||||
[2000000000 + 2000000000, "4000000000"],
|
||||
[-2147483647 - 2147483647, "-4294967294"],
|
||||
[46341 * 46341, "2147488281"],
|
||||
[(-2147483647-1) / -1, "2147483648"],
|
||||
[-2147483647 - 2147483647, "-4294967294"],
|
||||
[46341 * 46341, "2147488281"],
|
||||
[(-2147483647-1) / -1, "2147483648"],
|
||||
|
||||
"For 64-bit signed integers:",
|
||||
|
||||
[-(-9223372036854775807-1), "9223372036854775808"],
|
||||
[5000000000000000000+5000000000000000000, "10000000000000000000"],
|
||||
[-9223372036854775807 - 9223372036854775807, "-18446744073709551614"],
|
||||
[3037000500 * 3037000500, "9223372037000250000"],
|
||||
[-(-9223372036854775807-1), "9223372036854775808"],
|
||||
[5000000000000000000+5000000000000000000, "10000000000000000000"],
|
||||
[-9223372036854775807 - 9223372036854775807, "-18446744073709551614"],
|
||||
[3037000500 * 3037000500, "9223372037000250000"],
|
||||
[(-9223372036854775807-1) / -1, "9223372036854775808"],
|
||||
|
||||
"For 32-bit unsigned integers:",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue