提交时间:2025-04-05 15:56:21
运行 ID: 316027
a=int(input()) n=input().split() k=n[0] for i in range(a): if n[0] < n[i]: k=n[i] print(k)