Files
CodeObject/zeta_python/completed/15969.py
2019-11-15 03:29:24 +09:00

3 lines
74 B
Python

input()
Case = tuple(map(int, input().split()))
print(max(Case)-min(Case))