← Back to List
17912번: License to Launch ↗
Solutions
Python 3
71 B | 71 chars
n = int(input()) l = [*map(int,input().split())] print(l.index(min(l)))