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