cp-library

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

View the Project on GitHub kobejean/cp-library

:heavy_check_mark: cp_library/bit/masks/u32_max_cnst.py

Required by

Verified with

Code

import cp_library.__header__
import cp_library.bit.__header__
import cp_library.bit.masks.__header__
u32_max = (1<<32)-1
'''
╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸
             https://kobejean.github.io/cp-library               
'''


u32_max = (1<<32)-1
Back to top page