반응형
https://www.acmicpc.net/problem/10818
# @Author YoungMinKim
# baekjoon
N = int(input())
ls = list(map(int, input().split()))
print(min(ls),max(ls))
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 10870 (0) | 2020.09.02 |
---|---|
baekjoon - python - 10869 (0) | 2020.09.02 |
baekjoon - python - 10817 (0) | 2020.09.02 |
baekjoon - python - 10809 (0) | 2020.09.02 |
baekjoon - python - 10757 (0) | 2020.09.02 |
댓글