3 lines
74 B
Python
3 lines
74 B
Python
input()
|
|
Case = tuple(map(int, input().split()))
|
|
print(max(Case)-min(Case)) |
input()
|
|
Case = tuple(map(int, input().split()))
|
|
print(max(Case)-min(Case)) |