#5129

BÀI TẬP : 49

  1. n=int(input())
  2. a=list(map(int,input().split()))
  3. print(max(a),end=’ ‘)
  4. vt=a.index(max(a))
  5. print(vt)