Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Integer-overflow/Arturo/integer-overflow.arturo
Normal file
11
Task/Integer-overflow/Arturo/integer-overflow.arturo
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
big32bit: 2147483646
|
||||
big64bit: 9223372036854775808
|
||||
|
||||
print type big32bit
|
||||
print type big64bit
|
||||
|
||||
print big32bit + 1
|
||||
print big64bit + 1
|
||||
|
||||
print big32bit * 2
|
||||
print big64bit * 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue