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