Files
kattis/licensetolaunch.py
2023-07-18 22:57:18 +02:00

4 lines
80 B
Python

_ = input()
junk = list(map(int, input().split()))
print(junk.index(min(junk)))