[백준] 10818 _ 최소, 최대

berry ·2021년 7월 2일
0

Practice

목록 보기
5/23
post-thumbnail

문제


🏁 내 풀이

n = int(input())
x = list(map(int, input().split()))

print(min(x),max(x))

profile
Engineer

0개의 댓글