cp-library

This documentation is automatically generated by online-judge-tools/verification-helper

View the Project on GitHub kobejean/cp-library

:warning: cp_library/math/inft_cnst.py

Code

import cp_library.math.__header__
import sys
inft: int

inft = sys.maxsize
'''
╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸
             https://kobejean.github.io/cp-library               
'''
import sys
inft: int

inft = sys.maxsize
Back to top page