x=int(input())
y=int(input())
if x>y:
      print(x)
else: print(y)