2019-11-15: init
This commit is contained in:
3
zeta_python/completed/15969.py
Normal file
3
zeta_python/completed/15969.py
Normal file
@@ -0,0 +1,3 @@
|
||||
input()
|
||||
Case = tuple(map(int, input().split()))
|
||||
print(max(Case)-min(Case))
|
||||
Reference in New Issue
Block a user