numbers = list(map(int, input().split())) > split()으로 쪼갠 후 > map을 이용해 int 자료형으로 변환하고 > 마지막으로 list로 변환해준다 ref) 1. https://gosmcom.tistory.com/108 2. https://dojang.io/mod/page/view.php?id=2179