1d array clear
This commit is contained in:
3
zeta_python/completed/10818.py
Normal file
3
zeta_python/completed/10818.py
Normal file
@@ -0,0 +1,3 @@
|
||||
input()
|
||||
A = list(map(int, input().split() ) )
|
||||
print(min(A), max(A))
|
||||
Reference in New Issue
Block a user