제일 작은 수 제거하기
def solution(arr): arr.remove(min(arr)) return arr if arr else [-1]
이전 포스트 정수 제곱근 판별
다음 포스트 직사각형 별찍기