Run ID:93308
提交时间:2024-10-13 10:02:14
n=int(input()) a=list(map(int,input().split())) s=min(a) print(s)