This documentation is automatically generated by online-judge-tools/verification-helper
import cp_library.alg.dp.__header__
def max2(a, b):
return a if a > b else b
'''
╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸
https://kobejean.github.io/cp-library
'''
def max2(a, b):
return a if a > b else b