3 lines
40 B
Python
3 lines
40 B
Python
|
|
#!/usr/bin/env python
|
||
|
|
print 2**64*2**64
|