728x90
반응형
단순 구현 문제이다.
for _ in range(int(input())):
N = int(input())
li = sorted(map(int, input().split()))
print(li[0], li[-1])
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 4949번 균형잡힌 세상(python) (0) | 2021.03.05 |
---|---|
백준 알고리즘 10828번 스택(python) (0) | 2021.03.05 |
백준 알고리즘 20944번 팰린드롬 척화비(python) (0) | 2021.03.04 |
백준 알고리즘 15232번 Rectangles(python) (0) | 2021.03.04 |
백준 알고리즘 15036번 Just A Minim(python) (0) | 2021.03.04 |