#55494: python一行解


ka2453@cnc.km.edu.tw (金湖國中Owen)


print(max(list(map(int,input().split()))))#用split()轉list,再用max取最大值