3 lines
119 B
Python
3 lines
119 B
Python
# Check whether arbitrary-precision integers (MPZ) are supported
|
|
print(1000000000000000000000000000000000000000000000)
|