2217 백준 (1) 썸네일형 리스트형 백준 2217번: 로프 C++코드(정렬, 그리디 알고리즘) #include #include using namespace std; int main(){ int n; int temp; int rope[100001]; int min = 0; scanf("%d", &n); for(int i=0; i 이전 1 다음