63번째 줄에 들어간 직후에는 dist 배열 안에 값이 들어있다. <img width="383" alt="Screen Shot 2021-04-04 at 5 03 56 PM" src="https://user-images.githubusercontent.com/60229909/113502522-bf626980-9567-11eb-8314-193fa467a55e.png"> 그런데, 정렬을 하려고 하는 순간, 배열 안에 값이 전부다 사라져 버려서 `sort` 함수를 사용할 수 없다. <img width="383" alt="Screen Shot 2021-04-04 at 5 05 11 PM" src="https://user-images.githubusercontent.com/60229909/113502544-ec168100-9567-11eb-967a-410ecd95c4e9.png"> <img width="452" alt="Screen Shot 2021-04-04 at 5 05 18 PM" src="https://user-images.githubusercontent.com/60229909/113502548-f0429e80-9567-11eb-9a9a-bc3a494f0565.png"> `sorted`도 마찬가지이다. <img width="503" alt="Screen Shot 2021-04-04 at 5 12 31 PM" src="https://user-images.githubusercontent.com/60229909/113502709-f2592d00-9568-11eb-9c52-726dcd62463c.png"> <img width="452" alt="Screen Shot 2021-04-04 at 5 05 18 PM" src="https://user-images.githubusercontent.com/60229909/113502548-f0429e80-9567-11eb-9a9a-bc3a494f0565.png">