restructure zeta/** to storage/zeta/**
This commit is contained in:
3
storage/zeta/py/completed/15969.py
Normal file
3
storage/zeta/py/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