This documentation is automatically generated by online-judge-tools/verification-helper
import cp_library.bit.__header__
def ctz(x): return (~x & (x - 1)).bit_count()
'''
╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸
https://kobejean.github.io/cp-library
'''
def ctz(x): return (~x & (x - 1)).bit_count()