Run ID:93310
提交时间:2024-10-13 10:02:57
M = int(input()) b = list(map(int,input().split())) print(max(b)-min(b))