백준 최소 최대1 [백준] 10818 최소,최대 (파이썬/python) 🎈문제 https://www.acmicpc.net/problem/10818 🎁어떤 알고리즘? 1. 단순 구현! 💻코드 n = int(input()) arr = list(map(int,input().split())) print(f.'{min(arr)} {max(arr)}') 2023. 6. 19. 이전 1 다음