Files
CodeObject/zeta/py/completed/15969.py
2025-05-07 04:44:30 +09:00

3 lines
74 B
Python

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