fork download
  1.  
  2. a = str(input())
  3. x = a.split()
  4. print(x[1])
Success #stdin #stdout 0.02s 9180KB
stdin
10 9 8 7 7 7 5 5
stdout
9