m = input().split() max = eval(m[0]) if max < eval(m[1]): max = eval(m[1]) if max < eval(m[2]): max = eval(m[2]) print(max,"eh o maior")