b, e = map(int, input().split()) if a > b: print(a) else: print(b)
------Input------ 7405 9836 ------Answer----- 9836 ------Your output-----