fork download
  1. a, b, c = map(int, input().split())
  2. print(max(a, b, c))
Success #stdin #stdout 0.09s 14176KB
stdin
1 2 3
stdout
3