가오리의 코딩일기
[10818] 최소, 최대 본문
count = int(input())
num = list(map(int, input().split()))
print(min(num), max(num))
'Python > 백준' 카테고리의 다른 글
[2439] 별 찍기-2 (0) | 2022.05.18 |
---|---|
[2438] 별찍기 -1 (0) | 2022.05.17 |
[8393] 합 (0) | 2022.05.17 |
[1924] 2007년 (0) | 2022.05.17 |
[2739] 구구단 (0) | 2022.05.17 |