#37035: python 一行解


BensonDC (python戰士)


print(max([int(x) for x in input().split()]))