4 lines
87 B
Python
4 lines
87 B
Python
# 16 quadrillion
|
|
MAX_NUM = 16_000_000_000_000_000
|
|
DEFAULT_COUNTING_SPEED = 57_000 // 2
|