Run ID:143595
提交时间:2026-01-17 10:22:23
n=int(input()) a=list(map(int,input().split())) da=max(a) #max:最大值函数 xiao=min(a) #min:最小值函数 print(da-xiao)