백준 10818 (python) 최소, 최대

Grace Goh·2022년 9월 10일
0

백준 (python)

목록 보기
15/27
post-custom-banner
N = int(input())
all = list(map(int, input().split()))

print(min(all), max(all))
  • min()

  • max()

profile
Español, Inglés, Coreano y Python

0개의 댓글