a = input() b = input() something = a > b if something: print(a) else: print(b)