a = [int(e) for e in input().split()] print(max(a))