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

3 lines
67 B
Python

input()
A = list(map(int, input().split() ) )
print(min(A), max(A))