Click Here to go back to the homepage.

License to Launch Solution:


i=input
i()
ar = list(map(lambda x: int(x),i().split(" ")))
print(ar.index(min(ar)))