Run ID:93303
提交时间:2024-10-13 10:00:37
M = int(input()) b = list(map(int,input().split())) c = max(b) - min(b) print(c)