#53642: python懶人解法(出自嘉中懶人老師)


acccount (AC)


a,b,c=map(int,input().split())
print(max(a,b,c))